Index: webrtc/media/engine/webrtcvoiceengine.h |
diff --git a/webrtc/media/engine/webrtcvoiceengine.h b/webrtc/media/engine/webrtcvoiceengine.h |
index c3fcfcc4f9ad0f9ba10bddd104b97da18f435802..e19fdb2085d9f3a212749805299ac376241f2a08 100644 |
--- a/webrtc/media/engine/webrtcvoiceengine.h |
+++ b/webrtc/media/engine/webrtcvoiceengine.h |
@@ -239,7 +239,6 @@ class WebRtcVoiceMediaChannel final : public VoiceMediaChannel, |
bool SetRecvCodecs(const std::vector<AudioCodec>& codecs); |
bool SetSendCodecs(const std::vector<AudioCodec>& codecs); |
bool SetSendCodecs(int channel, const webrtc::RtpParameters& rtp_parameters); |
- void SetNack(int channel, bool nack_enabled); |
bool SetSendCodec(int channel, const webrtc::CodecInst& send_codec); |
bool SetLocalSource(uint32_t ssrc, AudioSource* source); |
bool MuteStream(uint32_t ssrc, bool mute); |
@@ -274,6 +273,7 @@ class WebRtcVoiceMediaChannel final : public VoiceMediaChannel, |
rtc::Optional<int> dtmf_payload_type_; |
bool desired_playout_ = false; |
bool recv_transport_cc_enabled_ = false; |
+ bool recv_nack_enabled_ = false; |
bool playout_ = false; |
bool send_ = false; |
webrtc::Call* const call_ = nullptr; |