| Index: webrtc/pc/channel.cc
|
| diff --git a/webrtc/pc/channel.cc b/webrtc/pc/channel.cc
|
| index 1dc8e7f6bdaa84dfbe9728b14e17d27500ac39de..6a696ea4b4f6f92271ed5914757e190bb4d5770f 100644
|
| --- a/webrtc/pc/channel.cc
|
| +++ b/webrtc/pc/channel.cc
|
| @@ -1798,7 +1798,7 @@ bool VideoChannel::SetRemoteContent_w(const MediaContentDescription* content,
|
| VideoSendParameters send_params = last_send_params_;
|
| RtpSendParametersFromMediaDescription(video, &send_params);
|
| if (video->conference_mode()) {
|
| - send_params.options.conference_mode = rtc::Optional<bool>(true);
|
| + send_params.conference_mode = true;
|
| }
|
| if (!media_channel()->SetSendParameters(send_params)) {
|
| SafeSetError("Failed to set remote video description send parameters.",
|
|
|