@reactoo/watchtogether-sdk-js 2.5.72 → 2.5.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.5.72",
3
+ "version": "2.5.73",
4
4
  "description": "Javascript SDK for Reactoo",
5
5
  "main": "src/index.js",
6
6
  "unpkg": "dist/watchtogether-sdk.min.js",
@@ -97,21 +97,21 @@ class RoomSession {
97
97
  static subscriptionRules = {
98
98
  participant: {
99
99
  "watchparty": ['participant', 'talkback'],
100
- "commentary": ['participant', 'talkback'],
100
+ "commentary": ['participant', 'talkback', 'host'],
101
101
  "videowall": ['host', 'talkback', 'observer', 'observerSolo1', 'observerSolo2', 'observerSolo3'],
102
102
  "videowall-queue": ['host', 'talkback', 'observer', 'observerSolo1', 'observerSolo2', 'observerSolo3'],
103
103
  "videowall-queue-video": ['host', 'talkback', 'observer', 'observerSolo1', 'observerSolo2', 'observerSolo3']
104
104
  },
105
105
  monitor: {
106
106
  "watchparty": ['participant'],
107
- "commentary": ['participant'],
107
+ "commentary": ['participant', 'host'],
108
108
  "videowall": ['host', 'participant'],
109
109
  "videowall-queue": ['host', 'participant'],
110
110
  "videowall-queue-video": ['host', 'participant'],
111
111
  },
112
112
  talkback: {
113
113
  "watchparty": ['participant'],
114
- "commentary": ['participant'],
114
+ "commentary": ['host', 'participant'],
115
115
  "videowall": ['host', 'participant'],
116
116
  "videowall-queue": ['host', 'participant'],
117
117
  "videowall-queue-video": ['host', 'participant'],