@snapcall/stream-ui 1.34.0 → 1.34.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 +1 -1
- package/dist/stream-ui.js +1 -1
- package/package.json +1 -1
package/dist/stream-ui.esm.js
CHANGED
|
@@ -12578,7 +12578,7 @@ const $26ed036cbc17809a$var$StreamUI = ({ options: baseOptions })=>{
|
|
|
12578
12578
|
if (dashboardSession.isSuccess || dashboardSession.isError) {
|
|
12579
12579
|
const newOptions = {
|
|
12580
12580
|
...options,
|
|
12581
|
-
apiKey: dashboardSession.data?.
|
|
12581
|
+
apiKey: dashboardSession.data?.api_key || options.apiKey,
|
|
12582
12582
|
controls: {
|
|
12583
12583
|
...options.controls,
|
|
12584
12584
|
camera: {
|
package/dist/stream-ui.js
CHANGED
|
@@ -12584,7 +12584,7 @@ const $ee8cb448c2c74888$var$StreamUI = ({ options: baseOptions })=>{
|
|
|
12584
12584
|
if (dashboardSession.isSuccess || dashboardSession.isError) {
|
|
12585
12585
|
const newOptions = {
|
|
12586
12586
|
...options,
|
|
12587
|
-
apiKey: dashboardSession.data?.
|
|
12587
|
+
apiKey: dashboardSession.data?.api_key || options.apiKey,
|
|
12588
12588
|
controls: {
|
|
12589
12589
|
...options.controls,
|
|
12590
12590
|
camera: {
|