@reactoo/watchtogether-sdk-js 2.5.7 → 2.5.8

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.5.7",
3
+ "version": "2.5.8",
4
4
  "description": "Javascript SDK for Reactoo",
5
5
  "main": "src/index.js",
6
6
  "unpkg": "dist/watchtogether-sdk.min.js",
@@ -34,13 +34,13 @@ let roomSession = function ({roomId, pinHash, isTalkback, isMonitor, isInstructo
34
34
 
35
35
  room.on('addLocalParticipant', () => {
36
36
 
37
- // TODO: this timeout is a hotfix and should be sorted differently
37
+ // TODO: this doesnt seem to be fixable until we switch to differen type of messaging
38
38
  // At some random case we don't get message back if we don't wait
39
39
 
40
40
  clearTimeout(alpTimeoutId);
41
41
  alpTimeoutId = setTimeout(() => {
42
42
  ___.__requestMuteStatus();
43
- }, 1000);
43
+ }, 2000);
44
44
  });
45
45
 
46
46
  room.on('localMuted', ({type, value}) => {