Index: talk/media/webrtc/webrtcvoiceengine.h |
diff --git a/talk/media/webrtc/webrtcvoiceengine.h b/talk/media/webrtc/webrtcvoiceengine.h |
index 61dc7b16e187fdd2306b5e24ce5cbff6d5979c95..626bd20d22a05e5eafce919f4f665aa186b2009e 100644 |
--- a/talk/media/webrtc/webrtcvoiceengine.h |
+++ b/talk/media/webrtc/webrtcvoiceengine.h |
@@ -244,6 +244,7 @@ class WebRtcVoiceMediaChannel : public VoiceMediaChannel, |
bool SetSendRtpHeaderExtensions( |
const std::vector<RtpHeaderExtension>& extensions); |
bool SetOptions(const AudioOptions& options); |
+ bool SetRecvOptions(int channel_id, const AudioOptions& options); |
bool SetMaxSendBandwidth(int bps); |
bool SetRecvCodecs(const std::vector<AudioCodec>& codecs); |
bool SetRecvRtpHeaderExtensions( |