Browse Source

npm: Updates lib-jitsi-meet to dc3397b18b.

master
George Politis 7 years ago
parent
commit
045a922482
3 changed files with 10 additions and 2 deletions
  1. 8
    0
      config.js
  2. 1
    1
      package-lock.json
  3. 1
    1
      package.json

+ 8
- 0
config.js View File

@@ -286,6 +286,14 @@ var config = {
286 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 297
         // If set to true, it will prefer to use H.264 for P2P calls (if H.264
290 298
         // is supported).
291 299
         preferH264: true

+ 1
- 1
package-lock.json View File

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

+ 1
- 1
package.json View File

@@ -46,7 +46,7 @@
46 46
     "js-md5": "0.6.1",
47 47
     "jssha": "2.2.0",
48 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 50
     "lodash": "4.17.4",
51 51
     "nuclear-js": "1.4.0",
52 52
     "postis": "2.2.0",

Loading…
Cancel
Save