Index: talk/app/webrtc/webrtcsession.h |
diff --git a/talk/app/webrtc/webrtcsession.h b/talk/app/webrtc/webrtcsession.h |
index cd3f8967261232faee479eb26d370907b23566e9..d1de09a189754fa184040fc558bb833ed0c8c393 100644 |
--- a/talk/app/webrtc/webrtcsession.h |
+++ b/talk/app/webrtc/webrtcsession.h |
@@ -510,6 +510,7 @@ class WebRtcSession : public AudioProviderInterface, |
// Member variables for caching global options. |
cricket::AudioOptions audio_options_; |
cricket::VideoOptions video_options_; |
+ cricket::MediaChannelOptions channel_options_; |
MetricsObserverInterface* metrics_observer_; |
// Declares the bundle policy for the WebRTCSession. |