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:
Mike Jerris 2018-10-30 15:17:54 +00:00
commit 50032af938
1 changed files with 1 additions and 0 deletions

View File

@ -715,6 +715,7 @@
}
config.bundlePolicy = "max-compat";
config.sdpSemantics = "plan-b";
var peer = new window.RTCPeerConnection(config);