chore(deps) lib-jitsi-meet@latest

* fix(SS): Implement a 2500Kbps limit for VP9 SS.
* fix(RTC): Remove stream effect before disposing the track. Remove the effect instead of stopping it so that the original stream is restored on both the local track and on the peerconnection. Fixes issues when a stream with effect applied is replaced on the pc after it is muted, also fixes https://github.com/jitsi/lib-jitsi-meet/issues/1537.
* fix: Drops unused config.

1f3f85978d...baa78aca40
This commit is contained in:
Jaya Allamsetty 2021-04-14 18:30:52 -04:00 committed by Jaya Allamsetty
parent dc3f64fe7a
commit 0aef918c55
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -10513,8 +10513,8 @@
}
},
"lib-jitsi-meet": {
"version": "github:jitsi/lib-jitsi-meet#1f3f85978d0dee8e7f89c1aba8deee5109537453",
"from": "github:jitsi/lib-jitsi-meet#1f3f85978d0dee8e7f89c1aba8deee5109537453",
"version": "github:jitsi/lib-jitsi-meet#baa78aca40541b87b44d5218bcdef2a7be5fee59",
"from": "github:jitsi/lib-jitsi-meet#baa78aca40541b87b44d5218bcdef2a7be5fee59",
"requires": {
"@jitsi/js-utils": "1.0.2",
"@jitsi/sdp-interop": "1.0.3",

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#1f3f85978d0dee8e7f89c1aba8deee5109537453",
"lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#baa78aca40541b87b44d5218bcdef2a7be5fee59",
"libflacjs": "github:mmig/libflac.js#93d37e7f811f01cf7d8b6a603e38bd3c3810907d",
"lodash": "4.17.21",
"moment": "2.29.1",