chore(deps) update lib-jitsi-meet.

fix(TPC): Switch media direction correctly on all m-lines associated with local tracks during p2p->jvb switch.

Fixes cases where SS stream is not being sent when p2p->jvb switch happens.

fix(ProxyConnection) add more necessary stubs
These have becomee necessary with the introduction of multi-stream.
This commit is contained in:
damencho 2022-09-01 09:18:17 -05:00
parent f47dc797fe
commit f79aa5cf3b
2 changed files with 7 additions and 7 deletions

12
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#4817267dfd875db204aa9cde3b53f17cbd247427",
"lib-jitsi-meet": "https://github.com/jitsi/lib-jitsi-meet#634f69d148122452ffbf707281cf1f0b228c56bc",
"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": "git+ssh://git@github.com/jitsi/lib-jitsi-meet.git#4817267dfd875db204aa9cde3b53f17cbd247427",
"integrity": "sha512-R8jMrhH4jElrsAKnvrY9L6IDhHjveVa7xLNTOV5JUxewrNyxp3nyyYLRcLx/ECbD9isUXvNVaF85rw5Z2kcFYw==",
"resolved": "git+ssh://git@github.com/jitsi/lib-jitsi-meet.git#634f69d148122452ffbf707281cf1f0b228c56bc",
"integrity": "sha512-5mZMqZd8LdplVqeBER9OxDsHVA2PHw6RVGiEl5uX9Vi7WzfmCF90ECDVxZgRJvPAiBCj5v0Xf9sDXws7AoBRzg==",
"license": "Apache-2.0",
"dependencies": {
"@jitsi/js-utils": "2.0.0",
@ -30578,9 +30578,9 @@
}
},
"lib-jitsi-meet": {
"version": "git+ssh://git@github.com/jitsi/lib-jitsi-meet.git#4817267dfd875db204aa9cde3b53f17cbd247427",
"integrity": "sha512-R8jMrhH4jElrsAKnvrY9L6IDhHjveVa7xLNTOV5JUxewrNyxp3nyyYLRcLx/ECbD9isUXvNVaF85rw5Z2kcFYw==",
"from": "lib-jitsi-meet@https://github.com/jitsi/lib-jitsi-meet#4817267dfd875db204aa9cde3b53f17cbd247427",
"version": "git+ssh://git@github.com/jitsi/lib-jitsi-meet.git#634f69d148122452ffbf707281cf1f0b228c56bc",
"integrity": "sha512-5mZMqZd8LdplVqeBER9OxDsHVA2PHw6RVGiEl5uX9Vi7WzfmCF90ECDVxZgRJvPAiBCj5v0Xf9sDXws7AoBRzg==",
"from": "lib-jitsi-meet@https://github.com/jitsi/lib-jitsi-meet#634f69d148122452ffbf707281cf1f0b228c56bc",
"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#4817267dfd875db204aa9cde3b53f17cbd247427",
"lib-jitsi-meet": "https://github.com/jitsi/lib-jitsi-meet#634f69d148122452ffbf707281cf1f0b228c56bc",
"lodash": "4.17.21",
"moment": "2.29.4",
"moment-duration-format": "2.2.2",