Index: talk/app/webrtc/webrtcsession.h |
diff --git a/talk/app/webrtc/webrtcsession.h b/talk/app/webrtc/webrtcsession.h |
index 9695de65d3c03df4d6767ef02383fefec01c5f51..9408f281d2f00b4905e08a67b440999f593f41c6 100644 |
--- a/talk/app/webrtc/webrtcsession.h |
+++ b/talk/app/webrtc/webrtcsession.h |
@@ -511,6 +511,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. |