Browse Source

chore(deps) lib-jitsi-meet@latest

* fix(conference): Do not signal muted tracks on join. Do not add the muted audio/video tracks to the peerconnection on join. The tracks will be added when the user unmutes for the first time. This reduces the number of remote sources that will be added when a participant joins a large call where everyone joins muted (startAudioMuted/startVideoMuted setting).

e83fb93d2d/...d31b5a2d5e94d9847f5ce7452e610f6959c347ee
master
Jaya Allamsetty 4 years ago
parent
commit
8fa5d09612
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

@@ -10259,8 +10259,8 @@
10259 10259
       }
10260 10260
     },
10261 10261
     "lib-jitsi-meet": {
10262
-      "version": "github:jitsi/lib-jitsi-meet#e83fb93d2dc6f4e66aeb0caea4035e6e6d642e07",
10263
-      "from": "github:jitsi/lib-jitsi-meet#e83fb93d2dc6f4e66aeb0caea4035e6e6d642e07",
10262
+      "version": "github:jitsi/lib-jitsi-meet#d31b5a2d5e94d9847f5ce7452e610f6959c347ee",
10263
+      "from": "github:jitsi/lib-jitsi-meet#d31b5a2d5e94d9847f5ce7452e610f6959c347ee",
10264 10264
       "requires": {
10265 10265
         "@jitsi/js-utils": "1.0.2",
10266 10266
         "@jitsi/sdp-interop": "1.0.3",

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

Loading…
Cancel
Save