提交 90bc06e5 authored 作者: Chad Phillips's avatar Chad Phillips

FS-11470: WebRTC Unified plan not properly supported

Chrome is beginning to default their SDP semantics to the WebRTC standard
'Unified Plan', and Verto does not currently construct its SDP according
to this standard. For now, force the browser to use 'Plan B' semantics.
上级 8a5aa420
......@@ -715,6 +715,7 @@
}
config.bundlePolicy = "max-compat";
config.sdpSemantics = "plan-b";
var peer = new window.RTCPeerConnection(config);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论