npm: Updates lib-jitsi-meet to dc3397b18b3c3c41ee8d17224f9af9318b844c43.

This commit is contained in:
George Politis 2017-11-22 10:39:12 -06:00
parent 03e68b0e4b
commit 045a922482
3 changed files with 10 additions and 2 deletions

View File

@ -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

2
package-lock.json generated
View File

@ -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",

View File

@ -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",