@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reactoo/watchtogether-sdk-js",
3
- "version": "2.6.44",
3
+ "version": "2.6.45",
4
4
  "description": "Javascript SDK for Reactoo",
5
5
  "main": "src/index.js",
6
6
  "unpkg": "dist/watchtogether-sdk.min.js",
@@ -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.reject({
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();