@reactoo/watchtogether-sdk-js 2.6.80 → 2.6.81

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.80",
3
+ "version": "2.6.81",
4
4
  "description": "Javascript SDK for Reactoo",
5
5
  "main": "src/index.js",
6
6
  "unpkg": "dist/watchtogether-sdk.min.js",
@@ -1584,7 +1584,7 @@ class RoomSession {
1584
1584
  : this.simulcastMode;
1585
1585
  const failedAttempts = p.webrtcStuff.simulcastSwitchFailedAttempts[mid] || 0;
1586
1586
 
1587
- if((simulcastMode === 'auto' && !manualSelectedSubstream) || failedAttempts > 3) {
1587
+ if((simulcastMode === 'auto' && !manualSelectedSubstream) /* || failedAttempts > 3 */) {
1588
1588
  // do nothing
1589
1589
  }
1590
1590