@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
|
@@ -34,13 +34,13 @@ let roomSession = function ({roomId, pinHash, isTalkback, isMonitor, isInstructo
|
|
|
34
34
|
|
|
35
35
|
room.on('addLocalParticipant', () => {
|
|
36
36
|
|
|
37
|
-
// TODO: this
|
|
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
|
-
},
|
|
43
|
+
}, 2000);
|
|
44
44
|
});
|
|
45
45
|
|
|
46
46
|
room.on('localMuted', ({type, value}) => {
|