瀏覽代碼

Merge pull request #2207 from jitsi/ljm-update-dc3397b18b

npm: Updates lib-jitsi-meet to dc3397b18b.
j8
George Politis 7 年之前
父節點
當前提交
d5752afd96
No account linked to committer's email address
共有 3 個文件被更改,包括 10 次插入2 次删除
  1. 8
    0
      config.js
  2. 1
    1
      package-lock.json
  3. 1
    1
      package.json

+ 8
- 0
config.js 查看文件

286
             { urls: 'stun:stun2.l.google.com:19302' }
286
             { urls: 'stun:stun2.l.google.com:19302' }
287
         ],
287
         ],
288
 
288
 
289
+        // Sets the ICE transport policy for the p2p connection. At the time
290
+        // of this writing the list of possible values are 'all' and 'relay',
291
+        // but that is subject to change in the future. The enum is defined in
292
+        // the WebRTC standard:
293
+        // https://www.w3.org/TR/webrtc/#rtcicetransportpolicy-enum.
294
+        // If not set, the effective value is 'all'.
295
+        // iceTransportPolicy: 'all',
296
+
289
         // If set to true, it will prefer to use H.264 for P2P calls (if H.264
297
         // If set to true, it will prefer to use H.264 for P2P calls (if H.264
290
         // is supported).
298
         // is supported).
291
         preferH264: true
299
         preferH264: true

+ 1
- 1
package-lock.json 查看文件

10991
       }
10991
       }
10992
     },
10992
     },
10993
     "lib-jitsi-meet": {
10993
     "lib-jitsi-meet": {
10994
-      "version": "github:jitsi/lib-jitsi-meet#dc3397b18b3c3c41ee8d17224f9af9318b844c43",
10994
+      "version": "github:jitsi/lib-jitsi-meet#120087b1ee852c5b463266524db777a6e9450e5f",
10995
       "requires": {
10995
       "requires": {
10996
         "async": "0.9.0",
10996
         "async": "0.9.0",
10997
         "current-executing-script": "0.1.3",
10997
         "current-executing-script": "0.1.3",

+ 1
- 1
package.json 查看文件

46
     "js-md5": "0.6.1",
46
     "js-md5": "0.6.1",
47
     "jssha": "2.2.0",
47
     "jssha": "2.2.0",
48
     "jwt-decode": "2.2.0",
48
     "jwt-decode": "2.2.0",
49
-    "lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#dc3397b18b3c3c41ee8d17224f9af9318b844c43",
49
+    "lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#120087b1ee852c5b463266524db777a6e9450e5f",
50
     "lodash": "4.17.4",
50
     "lodash": "4.17.4",
51
     "nuclear-js": "1.4.0",
51
     "nuclear-js": "1.4.0",
52
     "postis": "2.2.0",
52
     "postis": "2.2.0",

Loading…
取消
儲存