Fixed typos, candiate -> candidate
Bug: None Change-Id: I2dee549aa79f1eb6bddd58cfc6c9f67eb6ba3663 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/256147 Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36273}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
9d52093ff9
commit
60c588d77e
@ -52,7 +52,7 @@ class SimplePeerConnection : public webrtc::PeerConnectionObserver,
|
||||
void RegisterOnFailure(FAILURE_CALLBACK callback);
|
||||
void RegisterOnAudioBusReady(AUDIOBUSREADY_CALLBACK callback);
|
||||
void RegisterOnLocalSdpReadytoSend(LOCALSDPREADYTOSEND_CALLBACK callback);
|
||||
void RegisterOnIceCandiateReadytoSend(
|
||||
void RegisterOnIceCandidateReadytoSend(
|
||||
ICECANDIDATEREADYTOSEND_CALLBACK callback);
|
||||
bool SetRemoteDescription(const char* type, const char* sdp);
|
||||
bool AddIceCandidate(const char* sdp,
|
||||
@ -121,7 +121,7 @@ class SimplePeerConnection : public webrtc::PeerConnectionObserver,
|
||||
AUDIOBUSREADY_CALLBACK OnAudioReady = nullptr;
|
||||
|
||||
LOCALSDPREADYTOSEND_CALLBACK OnLocalSdpReady = nullptr;
|
||||
ICECANDIDATEREADYTOSEND_CALLBACK OnIceCandiateReady = nullptr;
|
||||
ICECANDIDATEREADYTOSEND_CALLBACK OnIceCandidateReady = nullptr;
|
||||
|
||||
bool is_mute_audio_ = false;
|
||||
bool is_record_audio_ = false;
|
||||
|
||||
Reference in New Issue
Block a user