@reactoo/watchtogether-sdk-js 2.6.41 → 2.6.42

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.41",
3
+ "version": "2.6.42",
4
4
  "description": "Javascript SDK for Reactoo",
5
5
  "main": "src/index.js",
6
6
  "unpkg": "dist/watchtogether-sdk.min.js",
@@ -2314,7 +2314,7 @@ class RoomSession {
2314
2314
  reject({type: 'warning', id: 17, message: 'Connection cancelled'})
2315
2315
  }
2316
2316
 
2317
- dataChannelTimeoutId = setTimeout(_rejectTimeout, 5000);
2317
+ dataChannelTimeoutId = setTimeout(_rejectTimeout, 10000);
2318
2318
  this._abortController.signal.addEventListener('abort', _rejectAbort);
2319
2319
 
2320
2320
  this.on('dataChannel', _resolve, this);