@snapcall/stream-ui 1.36.0 → 1.36.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 +2 -2
- package/dist/stream-ui.js +2 -2
- package/package.json +1 -1
package/dist/stream-ui.esm.js
CHANGED
|
@@ -12556,7 +12556,7 @@ const $26ed036cbc17809a$var$StreamUI = ({ options: baseOptions })=>{
|
|
|
12556
12556
|
});
|
|
12557
12557
|
await (0, $c9e496369b59be7a$export$2f377c2162fd02b2).setStep(flowStep.token);
|
|
12558
12558
|
await (0, $c9e496369b59be7a$export$2f377c2162fd02b2).joinRecorder();
|
|
12559
|
-
} else
|
|
12559
|
+
} else {
|
|
12560
12560
|
setOptions({
|
|
12561
12561
|
...options,
|
|
12562
12562
|
controls: {
|
|
@@ -12579,7 +12579,7 @@ const $26ed036cbc17809a$var$StreamUI = ({ options: baseOptions })=>{
|
|
|
12579
12579
|
setPermissions(state.permissions);
|
|
12580
12580
|
setSelfPeerId(peerId);
|
|
12581
12581
|
setClientInitResult(event.detail || {});
|
|
12582
|
-
if (type
|
|
12582
|
+
if (type !== 'assist' && !options.greeting) try {
|
|
12583
12583
|
if (!options.headless) await (0, $15a01b611391c1e7$export$494039379563c94d)(options);
|
|
12584
12584
|
if (options.controls?.microphone?.enabled) await (0, $c9e496369b59be7a$export$2f377c2162fd02b2).enableMicrophone();
|
|
12585
12585
|
if (options.controls?.camera?.enabled && flowStep?.config?.allow_video !== false) await (0, $c9e496369b59be7a$export$2f377c2162fd02b2).enableVideo();
|
package/dist/stream-ui.js
CHANGED
|
@@ -12562,7 +12562,7 @@ const $ee8cb448c2c74888$var$StreamUI = ({ options: baseOptions })=>{
|
|
|
12562
12562
|
});
|
|
12563
12563
|
await (0, $c48c1ecc38fed4e9$export$2f377c2162fd02b2).setStep(flowStep.token);
|
|
12564
12564
|
await (0, $c48c1ecc38fed4e9$export$2f377c2162fd02b2).joinRecorder();
|
|
12565
|
-
} else
|
|
12565
|
+
} else {
|
|
12566
12566
|
setOptions({
|
|
12567
12567
|
...options,
|
|
12568
12568
|
controls: {
|
|
@@ -12585,7 +12585,7 @@ const $ee8cb448c2c74888$var$StreamUI = ({ options: baseOptions })=>{
|
|
|
12585
12585
|
setPermissions(state.permissions);
|
|
12586
12586
|
setSelfPeerId(peerId);
|
|
12587
12587
|
setClientInitResult(event.detail || {});
|
|
12588
|
-
if (type
|
|
12588
|
+
if (type !== 'assist' && !options.greeting) try {
|
|
12589
12589
|
if (!options.headless) await (0, $c3d5253d9d597eb5$export$494039379563c94d)(options);
|
|
12590
12590
|
if (options.controls?.microphone?.enabled) await (0, $c48c1ecc38fed4e9$export$2f377c2162fd02b2).enableMicrophone();
|
|
12591
12591
|
if (options.controls?.camera?.enabled && flowStep?.config?.allow_video !== false) await (0, $c48c1ecc38fed4e9$export$2f377c2162fd02b2).enableVideo();
|