Browse Source

chore(deps) lib-jitsi-meet@latest

* fix(RTC): In unified-plan mode, disable the low resolution streams for low fps SS. In unified plan impl, it is not possible to enable/disable simulcast during the call since the same sender is re-used for all local video tracks. Therefore, disable the low resolution simulcast streams for low fps screensharing so that the bridge forwards only the highest resolution stream which is important for low fps screensharing.

f974007ca6/...89a7e2d9cdd24f48f95f6668ae4d8db1b635cf36
j8
Дамян Минков 3 years ago
parent
commit
9956ca6551
2 changed files with 3 additions and 3 deletions
  1. 2
    2
      package-lock.json
  2. 1
    1
      package.json

+ 2
- 2
package-lock.json View File

@@ -11071,8 +11071,8 @@
11071 11071
       }
11072 11072
     },
11073 11073
     "lib-jitsi-meet": {
11074
-      "version": "github:jitsi/lib-jitsi-meet#f974007ca6e27592625b83e38d22c6756ac286cb",
11075
-      "from": "github:jitsi/lib-jitsi-meet#f974007ca6e27592625b83e38d22c6756ac286cb",
11074
+      "version": "github:jitsi/lib-jitsi-meet#89a7e2d9cdd24f48f95f6668ae4d8db1b635cf36",
11075
+      "from": "github:jitsi/lib-jitsi-meet#89a7e2d9cdd24f48f95f6668ae4d8db1b635cf36",
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 View File

@@ -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#f974007ca6e27592625b83e38d22c6756ac286cb",
58
+    "lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#89a7e2d9cdd24f48f95f6668ae4d8db1b635cf36",
59 59
     "libflacjs": "github:mmig/libflac.js#93d37e7f811f01cf7d8b6a603e38bd3c3810907d",
60 60
     "lodash": "4.17.21",
61 61
     "moment": "2.29.1",

Loading…
Cancel
Save