Index: webrtc/media/engine/webrtcvideoengine2.h |
diff --git a/webrtc/media/engine/webrtcvideoengine2.h b/webrtc/media/engine/webrtcvideoengine2.h |
index 16b7cc51577f306433e353df2565a1e700459a13..aef908a7dda36d64caab2741838a61b5cd344b2c 100644 |
--- a/webrtc/media/engine/webrtcvideoengine2.h |
+++ b/webrtc/media/engine/webrtcvideoengine2.h |
@@ -192,6 +192,7 @@ class WebRtcVideoChannel2 : public VideoMediaChannel, |
rtc::Optional<VideoCodecSettings> codec; |
rtc::Optional<std::vector<webrtc::RtpExtension>> rtp_header_extensions; |
rtc::Optional<int> max_bandwidth_bps; |
+ rtc::Optional<bool> conference_mode; |
rtc::Optional<VideoOptions> options; |
rtc::Optional<webrtc::RtcpMode> rtcp_mode; |
}; |
@@ -273,6 +274,7 @@ class WebRtcVideoChannel2 : public VideoMediaChannel, |
webrtc::VideoSendStream::Config config; |
VideoOptions options; |
int max_bitrate_bps; |
+ bool conference_mode; |
rtc::Optional<VideoCodecSettings> codec_settings; |
// Sent resolutions + bitrates etc. by the underlying VideoSendStream, |
// typically changes when setting a new resolution or reconfiguring |