| Index: talk/app/webrtc/webrtcsession.cc
|
| diff --git a/talk/app/webrtc/webrtcsession.cc b/talk/app/webrtc/webrtcsession.cc
|
| index 1fc2a37902740aeda83a8d3c3e58d90aa9d9117c..ea37bb88d88b6c596abebc62be7a21bab359a593 100644
|
| --- a/talk/app/webrtc/webrtcsession.cc
|
| +++ b/talk/app/webrtc/webrtcsession.cc
|
| @@ -594,6 +594,8 @@ bool WebRtcSession::Initialize(
|
| const PeerConnectionInterface::RTCConfiguration& rtc_configuration) {
|
| bundle_policy_ = rtc_configuration.bundle_policy;
|
| rtcp_mux_policy_ = rtc_configuration.rtcp_mux_policy;
|
| + video_options_.renderer_can_schedule_frames = rtc::Optional<bool>(
|
| + rtc_configuration.renderer_can_schedule_frames);
|
| transport_controller_->SetSslMaxProtocolVersion(options.ssl_max_version);
|
|
|
| // Obtain a certificate from RTCConfiguration if any were provided (optional).
|
|
|