@reactoo/watchtogether-sdk-js 2.6.44 → 2.6.45
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
|
@@ -2428,12 +2428,7 @@ class RoomSession {
|
|
|
2428
2428
|
this._talkIntercomGroups = structuredClone(groups);
|
|
2429
2429
|
let handle = this._getHandle(this.handleId);
|
|
2430
2430
|
if (!handle) {
|
|
2431
|
-
return Promise.
|
|
2432
|
-
type: 'warning',
|
|
2433
|
-
id: 21,
|
|
2434
|
-
message: 'no local id, connect before publishing',
|
|
2435
|
-
data: null
|
|
2436
|
-
})
|
|
2431
|
+
return Promise.resolve();
|
|
2437
2432
|
}
|
|
2438
2433
|
let config = handle.webrtcStuff;
|
|
2439
2434
|
let transceivers = config.pc.getTransceivers();
|