chore(deps) lib-jitsi-meet@latest

* feat(BridgeChannel): Signal a new videoType for high fps screenshare. This lets the bridge adjust the bitrate allocation for this source so that layers with higher fps are prioritized over layers with higher resolution. As a result, endpoints with restricted downlink will receive a high fps low resolution share as opposed to a high resolution low fps screenshare.
* fix(log) lower severity of overly verbose logs (2)

fa834c2923...9e632a77c5
This commit is contained in:
Jaya Allamsetty 2021-08-05 13:54:13 -04:00 committed by Jaya Allamsetty
parent 0419c5a15b
commit 22cc56ce8d
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -11087,8 +11087,8 @@
}
},
"lib-jitsi-meet": {
"version": "github:jitsi/lib-jitsi-meet#fa834c2923e78fe00cc206b1bc99248874d544c6",
"from": "github:jitsi/lib-jitsi-meet#fa834c2923e78fe00cc206b1bc99248874d544c6",
"version": "github:jitsi/lib-jitsi-meet#9e632a77c504fa993717017cfc949e8883d07a56",
"from": "github:jitsi/lib-jitsi-meet#9e632a77c504fa993717017cfc949e8883d07a56",
"requires": {
"@jitsi/js-utils": "1.0.2",
"@jitsi/sdp-interop": "github:jitsi/sdp-interop#5fc4af6dcf8a6e6af9fedbcd654412fd47b1b4ae",

View File

@ -56,7 +56,7 @@
"jquery-i18next": "1.2.1",
"js-md5": "0.6.1",
"jwt-decode": "2.2.0",
"lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#fa834c2923e78fe00cc206b1bc99248874d544c6",
"lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#9e632a77c504fa993717017cfc949e8883d07a56",
"libflacjs": "github:mmig/libflac.js#93d37e7f811f01cf7d8b6a603e38bd3c3810907d",
"lodash": "4.17.21",
"moment": "2.29.1",