Browse Source

fix: Fixes reconnects with ws stream management plugin.

b42f961f14
release-8443
damencho 2 years ago
parent
commit
14cd7a89bd
2 changed files with 7 additions and 7 deletions
  1. 6
    6
      package-lock.json
  2. 1
    1
      package.json

+ 6
- 6
package-lock.json View File

@@ -24,7 +24,7 @@
24 24
         "sdp-transform": "2.3.0",
25 25
         "strophe.js": "1.6.0",
26 26
         "strophejs-plugin-disco": "0.0.2",
27
-        "strophejs-plugin-stream-management": "git+https://github.com/jitsi/strophejs-plugin-stream-management#001cf02bef2357234e1ac5d163611b4d60bf2b6a",
27
+        "strophejs-plugin-stream-management": "git+https://github.com/jitsi/strophejs-plugin-stream-management#b42f961f141fdf9380d73080c9e6bb23c9c57272",
28 28
         "uuid": "8.1.0",
29 29
         "webrtc-adapter": "8.1.1"
30 30
       },
@@ -6067,8 +6067,8 @@
6067 6067
     },
6068 6068
     "node_modules/strophejs-plugin-stream-management": {
6069 6069
       "version": "1.0.0",
6070
-      "resolved": "git+https://git@github.com/jitsi/strophejs-plugin-stream-management.git#001cf02bef2357234e1ac5d163611b4d60bf2b6a",
6071
-      "integrity": "sha512-ijQSXeEEmGl4dfLx8RcQDCvzg1UPtEArowaCHZr8ITdBOH/X6JxxGzy/DVeMLVSvSy73tH7pGK6iPjBqQajwdQ==",
6070
+      "resolved": "git+ssh://git@github.com/jitsi/strophejs-plugin-stream-management.git#b42f961f141fdf9380d73080c9e6bb23c9c57272",
6071
+      "integrity": "sha512-8jNspGOrRFtPYfI0EkFiLrr45VWvV0YbR//6Rrpy5kNgAQ9SRKAHDOueQ85Qb1/tdTzZyYlWTsp2VMwNzMIdNA==",
6072 6072
       "license": "MIT",
6073 6073
       "peerDependencies": {
6074 6074
         "strophe.js": ">=1.3.4"
@@ -11450,9 +11450,9 @@
11450 11450
       "requires": {}
11451 11451
     },
11452 11452
     "strophejs-plugin-stream-management": {
11453
-      "version": "git+https://git@github.com/jitsi/strophejs-plugin-stream-management.git#001cf02bef2357234e1ac5d163611b4d60bf2b6a",
11454
-      "integrity": "sha512-ijQSXeEEmGl4dfLx8RcQDCvzg1UPtEArowaCHZr8ITdBOH/X6JxxGzy/DVeMLVSvSy73tH7pGK6iPjBqQajwdQ==",
11455
-      "from": "strophejs-plugin-stream-management@git+https://github.com/jitsi/strophejs-plugin-stream-management#001cf02bef2357234e1ac5d163611b4d60bf2b6a",
11453
+      "version": "git+ssh://git@github.com/jitsi/strophejs-plugin-stream-management.git#b42f961f141fdf9380d73080c9e6bb23c9c57272",
11454
+      "integrity": "sha512-8jNspGOrRFtPYfI0EkFiLrr45VWvV0YbR//6Rrpy5kNgAQ9SRKAHDOueQ85Qb1/tdTzZyYlWTsp2VMwNzMIdNA==",
11455
+      "from": "strophejs-plugin-stream-management@git+https://github.com/jitsi/strophejs-plugin-stream-management#b42f961f141fdf9380d73080c9e6bb23c9c57272",
11456 11456
       "requires": {}
11457 11457
     },
11458 11458
     "supports-color": {

+ 1
- 1
package.json View File

@@ -31,7 +31,7 @@
31 31
     "sdp-transform": "2.3.0",
32 32
     "strophe.js": "1.6.0",
33 33
     "strophejs-plugin-disco": "0.0.2",
34
-    "strophejs-plugin-stream-management": "git+https://github.com/jitsi/strophejs-plugin-stream-management#001cf02bef2357234e1ac5d163611b4d60bf2b6a",
34
+    "strophejs-plugin-stream-management": "git+https://github.com/jitsi/strophejs-plugin-stream-management#b42f961f141fdf9380d73080c9e6bb23c9c57272",
35 35
     "uuid": "8.1.0",
36 36
     "webrtc-adapter": "8.1.1"
37 37
   },

Loading…
Cancel
Save