chore(deps) lib-jitsi-meet@latest

* fix(quality-control): fix constraints sent on channel initialization. Do not send old format constraints if no constraints are set before the channel is initialized.
* chore(deps) run npm audit fix
* chore(deps) update webrtc-adater@8.0.0

86c7a35817...74a90f7035
This commit is contained in:
Jaya Allamsetty 2021-05-08 13:25:14 -04:00 committed by Jaya Allamsetty
parent c2d7e19a1d
commit cc3377c0da
2 changed files with 11 additions and 24 deletions

33
package-lock.json generated
View File

@ -10889,8 +10889,8 @@
}
},
"lib-jitsi-meet": {
"version": "github:jitsi/lib-jitsi-meet#86c7a35817728489e1464ef0cf3839bae4f38d99",
"from": "github:jitsi/lib-jitsi-meet#86c7a35817728489e1464ef0cf3839bae4f38d99",
"version": "github:jitsi/lib-jitsi-meet#74a90f703526ba3352174877ed822911bfc2cce7",
"from": "github:jitsi/lib-jitsi-meet#74a90f703526ba3352174877ed822911bfc2cce7",
"requires": {
"@jitsi/js-utils": "1.0.2",
"@jitsi/sdp-interop": "1.0.3",
@ -10908,7 +10908,7 @@
"strophejs-plugin-disco": "0.0.2",
"strophejs-plugin-stream-management": "github:jitsi/strophejs-plugin-stream-management#001cf02bef2357234e1ac5d163611b4d60bf2b6a",
"uuid": "8.1.0",
"webrtc-adapter": "7.7.1"
"webrtc-adapter": "8.0.0"
},
"dependencies": {
"@jitsi/js-utils": {
@ -10920,10 +10920,6 @@
"js-md5": "0.7.3"
}
},
"jitsi-meet-logger": {
"version": "github:jitsi/jitsi-meet-logger#4add5bac2e4cea73a05f42b7596ee03c7f7a2567",
"from": "github:jitsi/jitsi-meet-logger#v1.0.0"
},
"js-md5": {
"version": "0.7.3",
"resolved": "https://registry.npmjs.org/js-md5/-/js-md5-0.7.3.tgz",
@ -15502,14 +15498,6 @@
"resolved": "https://registry.npmjs.org/rsvp/-/rsvp-4.8.5.tgz",
"integrity": "sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA=="
},
"rtcpeerconnection-shim": {
"version": "1.2.15",
"resolved": "https://registry.npmjs.org/rtcpeerconnection-shim/-/rtcpeerconnection-shim-1.2.15.tgz",
"integrity": "sha512-C6DxhXt7bssQ1nHb154lqeL0SXz5Dx4RczXZu2Aa/L1NJFnEVDxFwCBo3fqtuljhHIGceg5JKBV4XJ0gW5JKyw==",
"requires": {
"sdp": "^2.6.0"
}
},
"rtcstats": {
"version": "github:jitsi/rtcstats#7593044b35b46881fb88af9b20db0f9b660f5752",
"from": "github:jitsi/rtcstats#v8.0.1",
@ -15642,9 +15630,9 @@
}
},
"sdp": {
"version": "2.12.0",
"resolved": "https://registry.npmjs.org/sdp/-/sdp-2.12.0.tgz",
"integrity": "sha512-jhXqQAQVM+8Xj5EjJGVweuEzgtGWb3tmEEpl3CLP3cStInSbVHSg0QWOGQzNq8pSID4JkpeV2mPqlMDLrm0/Vw=="
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/sdp/-/sdp-3.0.2.tgz",
"integrity": "sha512-boRjiof+/Ca8kq0dFgHTs9HD3/a5rCAJLDCi9DTFyTq+PerwPXkffVgAyLWAL0KGp9ZpkH1o8GV+vz8UehdPBQ=="
},
"sdp-transform": {
"version": "2.3.0",
@ -19246,12 +19234,11 @@
}
},
"webrtc-adapter": {
"version": "7.7.1",
"resolved": "https://registry.npmjs.org/webrtc-adapter/-/webrtc-adapter-7.7.1.tgz",
"integrity": "sha512-TbrbBmiQBL9n0/5bvDdORc6ZfRY/Z7JnEj+EYOD1ghseZdpJ+nF2yx14k3LgQKc7JZnG7HAcL+zHnY25So9d7A==",
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/webrtc-adapter/-/webrtc-adapter-8.0.0.tgz",
"integrity": "sha512-1U73dJB7xdXC3UmCHK3VuWU/bD1MBfYGgEPCXlBB/5QVQOzbi80UxBGvAvRt4Oocuwo5bzAD272kpkBd6f0HwA==",
"requires": {
"rtcpeerconnection-shim": "^1.2.15",
"sdp": "^2.12.0"
"sdp": "^3.0.2"
}
},
"websocket-driver": {

View File

@ -54,7 +54,7 @@
"jquery-i18next": "1.2.1",
"js-md5": "0.6.1",
"jwt-decode": "2.2.0",
"lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#86c7a35817728489e1464ef0cf3839bae4f38d99",
"lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#74a90f703526ba3352174877ed822911bfc2cce7",
"libflacjs": "github:mmig/libflac.js#93d37e7f811f01cf7d8b6a603e38bd3c3810907d",
"lodash": "4.17.21",
"moment": "2.29.1",