@reactoo/watchtogether-sdk-js 2.6.71 → 2.6.72

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.71",
3
+ "version": "2.6.72",
4
4
  "description": "Javascript SDK for Reactoo",
5
5
  "main": "src/index.js",
6
6
  "unpkg": "dist/watchtogether-sdk.min.js",
@@ -2932,7 +2932,7 @@ class RoomSession {
2932
2932
  "body": {
2933
2933
  "request": "configure",
2934
2934
  "keyframe": true,
2935
- ...(mid ? {streams: [{mid,keyframe:true}]} : {})
2935
+ ...(mid !== undefined ? {streams: [{mid,keyframe:true}]} : {})
2936
2936
  }
2937
2937
  }).catch(() => null)
2938
2938
  }