浏览代码

chore(deps) lib-jitsi-meet@latest

* fix(JitsiConference) Check for room before calling isFocus method on the room object.
* fix(Jingle) Reverse the order of ssrcs signaled for Firefox. This fixes an issue where the bridge doesn't forward the HD stream from Firefox to other users in the call. The order of the ssrcs produced by the browser is from Highest resolution to lowest whereas the bridge assumes it to be from lowest to highest as is the case in Chrome and Safari.
* fix(codec-selection): Impose VP9 bitrates only when VP9 is the negotiated codec. If Jicofo doesn't offer VP9 but the client expresses a preference for VP9, VP9 bitrates were being imposed before.

609e3d5a1a/...3b8baa9d3be2839510abaa954357d0b0ab023649
master
Дамян Минков 3 年前
父节点
当前提交
4cd5be9d8b
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2
    2
      package-lock.json
  2. 1
    1
      package.json

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

@@ -11117,8 +11117,8 @@
11117 11117
       }
11118 11118
     },
11119 11119
     "lib-jitsi-meet": {
11120
-      "version": "github:jitsi/lib-jitsi-meet#609e3d5a1aac600cb3ea112c0ec83ebedd43166d",
11121
-      "from": "github:jitsi/lib-jitsi-meet#609e3d5a1aac600cb3ea112c0ec83ebedd43166d",
11120
+      "version": "github:jitsi/lib-jitsi-meet#3b8baa9d3be2839510abaa954357d0b0ab023649",
11121
+      "from": "github:jitsi/lib-jitsi-meet#3b8baa9d3be2839510abaa954357d0b0ab023649",
11122 11122
       "requires": {
11123 11123
         "@jitsi/js-utils": "1.0.2",
11124 11124
         "@jitsi/sdp-interop": "github:jitsi/sdp-interop#4669790bb9020cc8f10c1d1f3823c26b08497547",

+ 1
- 1
package.json 查看文件

@@ -59,7 +59,7 @@
59 59
     "jquery-i18next": "1.2.1",
60 60
     "js-md5": "0.6.1",
61 61
     "jwt-decode": "2.2.0",
62
-    "lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#609e3d5a1aac600cb3ea112c0ec83ebedd43166d",
62
+    "lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#3b8baa9d3be2839510abaa954357d0b0ab023649",
63 63
     "libflacjs": "github:mmig/libflac.js#93d37e7f811f01cf7d8b6a603e38bd3c3810907d",
64 64
     "lodash": "4.17.21",
65 65
     "moment": "2.29.1",

正在加载...
取消
保存