@reactoo/watchtogether-sdk-js 2.6.60 → 2.6.61

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.60",
3
+ "version": "2.6.61",
4
4
  "description": "Javascript SDK for Reactoo",
5
5
  "main": "src/index.js",
6
6
  "unpkg": "dist/watchtogether-sdk.min.js",
@@ -108,12 +108,12 @@ class RoomSession {
108
108
  "videowall-queue-video": ['host', 'participant'],
109
109
  },
110
110
  talkback: {
111
- "watchparty": ['participant', 'host'],
112
- "studio": ['participant', 'host', 'observer'],
113
- "commentary": ['host', 'participant'],
114
- "videowall": ['host', 'participant'],
115
- "videowall-queue": ['host', 'participant'],
116
- "videowall-queue-video": ['host', 'participant'],
111
+ "watchparty": ['participant', 'host', 'talkback'],
112
+ "studio": ['participant', 'host', 'observer', 'talkback'],
113
+ "commentary": ['host', 'participant', 'talkback'],
114
+ "videowall": ['host', 'participant', 'talkback'],
115
+ "videowall-queue": ['host', 'participant', 'talkback'],
116
+ "videowall-queue-video": ['host', 'participant', 'talkback'],
117
117
  },
118
118
  observer: {
119
119
  "watchparty": ['participant'],