@reactoo/watchtogether-sdk-js 2.7.5 → 2.7.6

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.7.5",
3
+ "version": "2.7.6",
4
4
  "description": "Javascript SDK for Reactoo",
5
5
  "main": "src/index.js",
6
6
  "unpkg": "dist/watchtogether-sdk.min.js",
@@ -104,8 +104,8 @@ export default {
104
104
  channelCount = 1,
105
105
  muteAudio = false,
106
106
  muteVideo = false,
107
- width,
108
- height
107
+ width = 1280,
108
+ height = 720
109
109
  } = {}
110
110
  ) {
111
111