Merge pull request #1612 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:bugfix/FS-11470-webrtc-unified-plan-not-properly to master
* commit '90bc06e56471cbd205227f915105e4a0ce06eba0': FS-11470: WebRTC Unified plan not properly supported
This commit is contained in:
commit
50032af938
|
@ -715,6 +715,7 @@
|
|||
}
|
||||
|
||||
config.bundlePolicy = "max-compat";
|
||||
config.sdpSemantics = "plan-b";
|
||||
|
||||
var peer = new window.RTCPeerConnection(config);
|
||||
|
||||
|
|
Loading…
Reference in New Issue