chore(deps) Update lib-jitsi-meet.

This fixes an issue where the bitrates for screenshare were much higher than before for VP9 causing the JVB to suspend SS streams more often.
This commit is contained in:
Jaya Allamsetty 2022-08-02 15:07:58 -04:00
parent de6477a0be
commit 70c7e15543
2 changed files with 7 additions and 6 deletions

11
package-lock.json generated
View File

@ -76,7 +76,7 @@
"js-md5": "0.6.1",
"js-sha512": "0.8.0",
"jwt-decode": "2.2.0",
"lib-jitsi-meet": "https://github.com/jitsi/lib-jitsi-meet/releases/download/v1468.0.0+634885b9/lib-jitsi-meet.tgz",
"lib-jitsi-meet": "https://github.com/jitsi/lib-jitsi-meet#a5c40e04adbd131704d67df91c223f009bdc6cf1",
"lodash": "4.17.21",
"moment": "2.29.4",
"moment-duration-format": "2.2.2",
@ -12889,8 +12889,8 @@
},
"node_modules/lib-jitsi-meet": {
"version": "0.0.0",
"resolved": "https://github.com/jitsi/lib-jitsi-meet/releases/download/v1468.0.0+634885b9/lib-jitsi-meet.tgz",
"integrity": "sha512-XxVIg/WlYHPi5J3DyJ/hq59YnM69fhLCrJCFVrSmkXiNb3VKNA7Fq53ktHEg2DKb+d4A0oRWNXcvwMUUceiJNQ==",
"resolved": "git+ssh://git@github.com/jitsi/lib-jitsi-meet.git#a5c40e04adbd131704d67df91c223f009bdc6cf1",
"integrity": "sha512-R8jMrhH4jElrsAKnvrY9L6IDhHjveVa7xLNTOV5JUxewrNyxp3nyyYLRcLx/ECbD9isUXvNVaF85rw5Z2kcFYw==",
"license": "Apache-2.0",
"dependencies": {
"@jitsi/js-utils": "2.0.0",
@ -30578,8 +30578,9 @@
}
},
"lib-jitsi-meet": {
"version": "https://github.com/jitsi/lib-jitsi-meet/releases/download/v1468.0.0+634885b9/lib-jitsi-meet.tgz",
"integrity": "sha512-XxVIg/WlYHPi5J3DyJ/hq59YnM69fhLCrJCFVrSmkXiNb3VKNA7Fq53ktHEg2DKb+d4A0oRWNXcvwMUUceiJNQ==",
"version": "git+ssh://git@github.com/jitsi/lib-jitsi-meet.git#a5c40e04adbd131704d67df91c223f009bdc6cf1",
"integrity": "sha512-R8jMrhH4jElrsAKnvrY9L6IDhHjveVa7xLNTOV5JUxewrNyxp3nyyYLRcLx/ECbD9isUXvNVaF85rw5Z2kcFYw==",
"from": "lib-jitsi-meet@https://github.com/jitsi/lib-jitsi-meet#a5c40e04adbd131704d67df91c223f009bdc6cf1",
"requires": {
"@jitsi/js-utils": "2.0.0",
"@jitsi/logger": "2.0.0",

View File

@ -81,7 +81,7 @@
"js-md5": "0.6.1",
"js-sha512": "0.8.0",
"jwt-decode": "2.2.0",
"lib-jitsi-meet": "https://github.com/jitsi/lib-jitsi-meet/releases/download/v1468.0.0+634885b9/lib-jitsi-meet.tgz",
"lib-jitsi-meet": "https://github.com/jitsi/lib-jitsi-meet#a5c40e04adbd131704d67df91c223f009bdc6cf1",
"lodash": "4.17.21",
"moment": "2.29.4",
"moment-duration-format": "2.2.2",