You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the host view, press the `Start Broadcast` button and optionally provide the RTMP Server URL and Stream Name. You can configure different parametes for the broadcast (HLS Low Latency, DVR and Full HD)
@@ -145,9 +139,9 @@ defined in [opentok-api.js](./services/opentok-api.js):
145
139
```javascript
146
140
consttokenOptions= (userType) => {
147
141
constrole= {
148
-
host:'moderator',
149
-
guest:'publisher',
150
-
viewer:'subscriber',
142
+
host:"moderator",
143
+
guest:"publisher",
144
+
viewer:"subscriber",
151
145
}[userType];
152
146
153
147
return { role };
@@ -158,11 +152,11 @@ The credentials are embedded in an EJS template as JSON. For example, the follow
0 commit comments