diff --git a/cpp/platform/impl/g3/webrtc.cc b/cpp/platform/impl/g3/webrtc.cc index 7394cd7e..0e21c38d 100644 --- a/cpp/platform/impl/g3/webrtc.cc +++ b/cpp/platform/impl/g3/webrtc.cc @@ -61,6 +61,7 @@ void WebRtcMedium::CreatePeerConnection( } webrtc::PeerConnectionInterface::RTCConfiguration rtc_config; + rtc_config.sdp_semantics = webrtc::SdpSemantics::kUnifiedPlan; webrtc::PeerConnectionDependencies dependencies(observer); std::unique_ptr signaling_thread = rtc::Thread::Create();