Index: talk/media/webrtc/webrtcvoiceengine.h |
diff --git a/talk/media/webrtc/webrtcvoiceengine.h b/talk/media/webrtc/webrtcvoiceengine.h |
index 7f0e89c13e7c5fa2ec5dbe45e30423c8d6857f71..8f8f69502b4cd6aa300aade62d4ea5de94862a0e 100644 |
--- a/talk/media/webrtc/webrtcvoiceengine.h |
+++ b/talk/media/webrtc/webrtcvoiceengine.h |
@@ -195,7 +195,7 @@ class WebRtcVoiceMediaChannel : public VoiceMediaChannel, |
bool SetSend(SendFlags send) override; |
bool PauseSend(); |
bool ResumeSend(); |
- bool SetAudioSend(uint32 ssrc, bool mute, const AudioOptions* options, |
+ bool SetAudioSend(uint32 ssrc, bool enable, const AudioOptions* options, |
AudioRenderer* renderer) override; |
bool AddSendStream(const StreamParams& sp) override; |
bool RemoveSendStream(uint32 ssrc) override; |
@@ -242,7 +242,6 @@ class WebRtcVoiceMediaChannel : public VoiceMediaChannel, |
bool FindSsrc(int channel_num, uint32* ssrc); |
void OnError(uint32 ssrc, int error); |
- bool sending() const { return send_ != SEND_NOTHING; } |
int GetReceiveChannelNum(uint32 ssrc) const; |
int GetSendChannelNum(uint32 ssrc) const; |