Index: talk/media/webrtc/webrtcvoiceengine.h |
diff --git a/talk/media/webrtc/webrtcvoiceengine.h b/talk/media/webrtc/webrtcvoiceengine.h |
index 556d8c080fb583f798cc798992917648e7bac009..9f894c93ead83839d763bae7064ff953dd93af89 100644 |
--- a/talk/media/webrtc/webrtcvoiceengine.h |
+++ b/talk/media/webrtc/webrtcvoiceengine.h |
@@ -234,9 +234,6 @@ class WebRtcVoiceMediaChannel final : public VoiceMediaChannel, |
WebRtcVoiceEngine* engine() { return engine_; } |
int GetLastEngineError() { return engine()->GetLastEngineError(); } |
int GetOutputLevel(int channel); |
- bool GetRedSendCodec(const AudioCodec& red_codec, |
- const std::vector<AudioCodec>& all_codecs, |
- webrtc::CodecInst* send_codec); |
bool SetPlayout(int channel, bool playout); |
void SetNack(int channel, bool nack_enabled); |
bool SetSendCodec(int channel, const webrtc::CodecInst& send_codec); |
@@ -263,6 +260,7 @@ class WebRtcVoiceMediaChannel final : public VoiceMediaChannel, |
rtc::Optional<int> dtmf_payload_type_; |
bool desired_playout_ = false; |
bool nack_enabled_ = false; |
+ bool transport_cc_enabled_ = false; |
bool playout_ = false; |
SendFlags desired_send_ = SEND_NOTHING; |
SendFlags send_ = SEND_NOTHING; |