@reactoo/watchtogether-sdk-js 2.6.35 → 2.6.36

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.35",
3
+ "version": "2.6.36",
4
4
  "description": "Javascript SDK for Reactoo",
5
5
  "main": "src/index.js",
6
6
  "unpkg": "dist/watchtogether-sdk.min.js",
@@ -332,7 +332,7 @@ let roomSession = function ({roomId, pinHash, role}, room, wt) {
332
332
  return room.toggleAudio(value);
333
333
  },
334
334
 
335
- toggleVideo: () => {
335
+ toggleVideo: (value) => {
336
336
  return room.toggleVideo(value);
337
337
  },
338
338