@reactoo/watchtogether-sdk-js 2.7.71 → 2.7.73

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.71",
3
+ "version": "2.7.73",
4
4
  "description": "Javascript SDK for Reactoo",
5
5
  "main": "dist/watchtogether-sdk.min.js",
6
6
  "module": "dist/watchtogether-sdk.min.js",
package/src/models/iot.js CHANGED
@@ -215,7 +215,7 @@ let iot = function () {
215
215
  }
216
216
 
217
217
  subscriptionFailureCount++;
218
- return this.subscribe(topic)
218
+ return this.iot.subscribe(topic)
219
219
  });
220
220
  }
221
221
  },