diff --git a/config.js b/config.js index 97f968dbc..4fa3c85e8 100644 --- a/config.js +++ b/config.js @@ -286,6 +286,14 @@ var config = { { urls: 'stun:stun2.l.google.com:19302' } ], + // Sets the ICE transport policy for the p2p connection. At the time + // of this writing the list of possible values are 'all' and 'relay', + // but that is subject to change in the future. The enum is defined in + // the WebRTC standard: + // https://www.w3.org/TR/webrtc/#rtcicetransportpolicy-enum. + // If not set, the effective value is 'all'. + // iceTransportPolicy: 'all', + // If set to true, it will prefer to use H.264 for P2P calls (if H.264 // is supported). preferH264: true diff --git a/package-lock.json b/package-lock.json index 96d29b675..4ad853fea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10991,7 +10991,7 @@ } }, "lib-jitsi-meet": { - "version": "github:jitsi/lib-jitsi-meet#dc3397b18b3c3c41ee8d17224f9af9318b844c43", + "version": "github:jitsi/lib-jitsi-meet#120087b1ee852c5b463266524db777a6e9450e5f", "requires": { "async": "0.9.0", "current-executing-script": "0.1.3", diff --git a/package.json b/package.json index 312f8f08b..0d46c3c30 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "js-md5": "0.6.1", "jssha": "2.2.0", "jwt-decode": "2.2.0", - "lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#dc3397b18b3c3c41ee8d17224f9af9318b844c43", + "lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#120087b1ee852c5b463266524db777a6e9450e5f", "lodash": "4.17.4", "nuclear-js": "1.4.0", "postis": "2.2.0",