@reactoo/watchtogether-sdk-js 2.6.90 → 2.6.91

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.90",
3
+ "version": "2.6.91",
4
4
  "description": "Javascript SDK for Reactoo",
5
5
  "main": "src/index.js",
6
6
  "unpkg": "dist/watchtogether-sdk.min.js",
@@ -2955,7 +2955,7 @@ class RoomSession {
2955
2955
  }
2956
2956
  }
2957
2957
 
2958
- selectSubStream(handleId, substream = 2, source, mid = true) {
2958
+ selectSubStream(handleId, substream = 2, source, mid) {
2959
2959
 
2960
2960
  this._log('Select SubStream attempt', handleId, substream, source, mid);
2961
2961