Browse Source

Merge pull request #216 from Sheco/fix-win10

Assign a default SDP Semantics
RobinLinus 4 năm trước cách đây
mục cha
commit
f51d0f9a15
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      client/scripts/network.js

+ 1 - 0
client/scripts/network.js

@@ -509,6 +509,7 @@ class Events {
 
 
 
 
 RTCPeer.config = {
 RTCPeer.config = {
+    'sdpSemantics': 'unified-plan',
     'iceServers': [{
     'iceServers': [{
         urls: 'stun:stun.l.google.com:19302'
         urls: 'stun:stun.l.google.com:19302'
     }]
     }]