@reactoo/watchtogether-sdk-js 2.6.40 → 2.6.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/src/modules/wt-room.js
CHANGED
|
@@ -2347,6 +2347,7 @@ class RoomSession {
|
|
|
2347
2347
|
id: 21,
|
|
2348
2348
|
message: 'no local id, connect first', data: null
|
|
2349
2349
|
});
|
|
2350
|
+
return;
|
|
2350
2351
|
}
|
|
2351
2352
|
let config = handle.webrtcStuff;
|
|
2352
2353
|
let transceivers = config.pc?.getTransceivers();
|
|
@@ -2383,6 +2384,7 @@ class RoomSession {
|
|
|
2383
2384
|
id: 21,
|
|
2384
2385
|
message: 'no local id, connect first', data: null
|
|
2385
2386
|
});
|
|
2387
|
+
return;
|
|
2386
2388
|
}
|
|
2387
2389
|
let config = handle.webrtcStuff;
|
|
2388
2390
|
let transceivers = config.pc?.getTransceivers();
|