瀏覽代碼

chore(deps) lib-jitsi-meet@latest

* fix(Jingle) Log the extracted info from Jingle IQ.
* ref(Jingle) Alpha sort and prefix the local functions with '_'
* ref(Jingle) Log formatted source information. Instead of logging the full IQs for Jingle messages like session-initiate, source-add and source-remove which can be very long, log just the formatted source information.
* ref(RTC) rename iceConfig to pcConfig. It makes more sense to call it pcConfig since it is the RTCConfiguration object passed to the WebRTC peerconnection.
* fix(logging) Log only the imp events on remote tracks. Log only the important events that we care about on the HTMLMediaElement that the remote tracks are attached to.

0646bc3403/...ae70962bfaa1e6c91dc7a8ecdff983740b99b874
master
Jaya Allamsetty 4 年之前
父節點
當前提交
28904e18f8
共有 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#0646bc3403807dbf1370c88f028d9e0a16bcab1a",
11121
-      "from": "github:jitsi/lib-jitsi-meet#0646bc3403807dbf1370c88f028d9e0a16bcab1a",
11120
+      "version": "github:jitsi/lib-jitsi-meet#ae70962bfaa1e6c91dc7a8ecdff983740b99b874",
11121
+      "from": "github:jitsi/lib-jitsi-meet#ae70962bfaa1e6c91dc7a8ecdff983740b99b874",
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#0646bc3403807dbf1370c88f028d9e0a16bcab1a",
62
+    "lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#ae70962bfaa1e6c91dc7a8ecdff983740b99b874",
63 63
     "libflacjs": "github:mmig/libflac.js#93d37e7f811f01cf7d8b6a603e38bd3c3810907d",
64 64
     "lodash": "4.17.21",
65 65
     "moment": "2.29.1",

Loading…
取消
儲存