@reactoo/watchtogether-sdk-js 2.5.92 → 2.5.93

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.5.92",
3
+ "version": "2.5.93",
4
4
  "description": "Javascript SDK for Reactoo",
5
5
  "main": "src/index.js",
6
6
  "unpkg": "dist/watchtogether-sdk.min.js",
@@ -885,7 +885,7 @@ class RoomSession {
885
885
  _watchStream(id) {
886
886
  return this.sendMessage(this.handleId, {
887
887
  body: {
888
- "request": "watch", id: parseInt(id)
888
+ "request": "watch", id: String(id)
889
889
  }
890
890
  }, false, true)
891
891
  }