浏览代码

chore(deps) lib-jitsi-meet@latest

* fix(TPC): Do not remove ssrcs from remote desc for p2p. In unified plan, re-use of m-line (i.e., adding an SSRC, removing it and then adding it back) causes the browser to not render the media on Chrome and Safari. The WebRTC spec is not clear as to how browsers have to behave, this doesn't cause any issues on Firefox. As a workaround, only change the media direction and leave the ssrc in the remote desc. This automatically triggers a 'removetrack' event on the associated MediaStream and the track can be removed from the UI.
* Drops old prosody versions from the tokens instructions

0cdfb79c2e/...b43a9fa0eea73ba48d805fba97d0cd3fb9d8d07a
j8
Jaya Allamsetty 3 年前
父节点
当前提交
7f44442b21
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2
    2
      package-lock.json
  2. 1
    1
      package.json

+ 2
- 2
package-lock.json 查看文件

@@ -11071,8 +11071,8 @@
11071 11071
       }
11072 11072
     },
11073 11073
     "lib-jitsi-meet": {
11074
-      "version": "github:jitsi/lib-jitsi-meet#0cdfb79c2e7144a349edad9e9fceaa2e81c74313",
11075
-      "from": "github:jitsi/lib-jitsi-meet#0cdfb79c2e7144a349edad9e9fceaa2e81c74313",
11074
+      "version": "github:jitsi/lib-jitsi-meet#b43a9fa0eea73ba48d805fba97d0cd3fb9d8d07a",
11075
+      "from": "github:jitsi/lib-jitsi-meet#b43a9fa0eea73ba48d805fba97d0cd3fb9d8d07a",
11076 11076
       "requires": {
11077 11077
         "@jitsi/js-utils": "1.0.2",
11078 11078
         "@jitsi/sdp-interop": "github:jitsi/sdp-interop#5fc4af6dcf8a6e6af9fedbcd654412fd47b1b4ae",

+ 1
- 1
package.json 查看文件

@@ -55,7 +55,7 @@
55 55
     "jquery-i18next": "1.2.1",
56 56
     "js-md5": "0.6.1",
57 57
     "jwt-decode": "2.2.0",
58
-    "lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#0cdfb79c2e7144a349edad9e9fceaa2e81c74313",
58
+    "lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#b43a9fa0eea73ba48d805fba97d0cd3fb9d8d07a",
59 59
     "libflacjs": "github:mmig/libflac.js#93d37e7f811f01cf7d8b6a603e38bd3c3810907d",
60 60
     "lodash": "4.17.21",
61 61
     "moment": "2.29.1",

正在加载...
取消
保存