@snapcall/stream-ui 1.24.0 → 1.24.1
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/dist/stream-ui.esm.js
CHANGED
|
@@ -1363,10 +1363,8 @@ class $c31e3fb4360572af$export$2e2bcd8739ae039 extends $c31e3fb4360572af$var$Str
|
|
|
1363
1363
|
let url;
|
|
1364
1364
|
try {
|
|
1365
1365
|
const urlParams = new URLSearchParams();
|
|
1366
|
-
if (options.flowToken)
|
|
1367
|
-
|
|
1368
|
-
if (options.languageCode) urlParams.append("languageCode", options.languageCode);
|
|
1369
|
-
}
|
|
1366
|
+
if (options.flowToken) urlParams.append("flowToken", options.flowToken);
|
|
1367
|
+
if (options.languageCode) urlParams.append("languageCode", options.languageCode);
|
|
1370
1368
|
const { streamer_instance: instanceId, plan: { permissions: permissions, name: name }, flow: flow, flow_v0: flow_v0, recordings: recordings, company_id: company_id, company: company, defaultPublicPage: defaultPublicPage } = await fetch(`${this.config.apiUrl}/streams/${room}/info?${urlParams}`, {
|
|
1371
1369
|
method: "get",
|
|
1372
1370
|
headers: {
|
package/dist/stream-ui.js
CHANGED
|
@@ -1369,10 +1369,8 @@ class $1dedebd5ff3002eb$export$2e2bcd8739ae039 extends $1dedebd5ff3002eb$var$Str
|
|
|
1369
1369
|
let url;
|
|
1370
1370
|
try {
|
|
1371
1371
|
const urlParams = new URLSearchParams();
|
|
1372
|
-
if (options.flowToken)
|
|
1373
|
-
|
|
1374
|
-
if (options.languageCode) urlParams.append("languageCode", options.languageCode);
|
|
1375
|
-
}
|
|
1372
|
+
if (options.flowToken) urlParams.append("flowToken", options.flowToken);
|
|
1373
|
+
if (options.languageCode) urlParams.append("languageCode", options.languageCode);
|
|
1376
1374
|
const { streamer_instance: instanceId, plan: { permissions: permissions, name: name }, flow: flow, flow_v0: flow_v0, recordings: recordings, company_id: company_id, company: company, defaultPublicPage: defaultPublicPage } = await fetch(`${this.config.apiUrl}/streams/${room}/info?${urlParams}`, {
|
|
1377
1375
|
method: "get",
|
|
1378
1376
|
headers: {
|