Index: talk/media/webrtc/webrtcvoiceengine.h |
diff --git a/talk/media/webrtc/webrtcvoiceengine.h b/talk/media/webrtc/webrtcvoiceengine.h |
index 89cf25c25f971cf2471f50cee937e138a5a7624e..3222861b21e7c61b5a087b59076396e7942896ad 100644 |
--- a/talk/media/webrtc/webrtcvoiceengine.h |
+++ b/talk/media/webrtc/webrtcvoiceengine.h |
@@ -80,7 +80,7 @@ class WebRtcVoiceEngine final : public webrtc::TraceCallback { |
int GetInputLevel(); |
const std::vector<AudioCodec>& codecs(); |
- const std::vector<RtpHeaderExtension>& rtp_header_extensions() const; |
+ RtpCapabilities GetCapabilities() const; |
// For tracking WebRtc channels. Needed because we have to pause them |
// all when switching devices. |
@@ -140,7 +140,6 @@ class WebRtcVoiceEngine final : public webrtc::TraceCallback { |
webrtc::AudioDeviceModule* adm_ = nullptr; |
bool is_dumping_aec_ = false; |
std::vector<AudioCodec> codecs_; |
- std::vector<RtpHeaderExtension> rtp_header_extensions_; |
std::vector<WebRtcVoiceMediaChannel*> channels_; |
webrtc::AgcConfig default_agc_config_; |