Merge pull request #2207 from jitsi/ljm-update-dc3397b18b3c3c41ee8d17224f9af9318b844c43
npm: Updates lib-jitsi-meet to dc3397b18b3c3c41ee8d17224f9af9318b844c43.
This commit is contained in:
commit
d5752afd96
|
@ -286,6 +286,14 @@ var config = {
|
||||||
{ urls: 'stun:stun2.l.google.com:19302' }
|
{ 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
|
// If set to true, it will prefer to use H.264 for P2P calls (if H.264
|
||||||
// is supported).
|
// is supported).
|
||||||
preferH264: true
|
preferH264: true
|
||||||
|
|
|
@ -10991,7 +10991,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lib-jitsi-meet": {
|
"lib-jitsi-meet": {
|
||||||
"version": "github:jitsi/lib-jitsi-meet#dc3397b18b3c3c41ee8d17224f9af9318b844c43",
|
"version": "github:jitsi/lib-jitsi-meet#120087b1ee852c5b463266524db777a6e9450e5f",
|
||||||
"requires": {
|
"requires": {
|
||||||
"async": "0.9.0",
|
"async": "0.9.0",
|
||||||
"current-executing-script": "0.1.3",
|
"current-executing-script": "0.1.3",
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
"js-md5": "0.6.1",
|
"js-md5": "0.6.1",
|
||||||
"jssha": "2.2.0",
|
"jssha": "2.2.0",
|
||||||
"jwt-decode": "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",
|
"lodash": "4.17.4",
|
||||||
"nuclear-js": "1.4.0",
|
"nuclear-js": "1.4.0",
|
||||||
"postis": "2.2.0",
|
"postis": "2.2.0",
|
||||||
|
|
Loading…
Reference in New Issue