@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.
@@ -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?.apiKey || options.apiKey,
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?.apiKey || options.apiKey,
12587
+ apiKey: dashboardSession.data?.api_key || options.apiKey,
12588
12588
  controls: {
12589
12589
  ...options.controls,
12590
12590
  camera: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snapcall/stream-ui",
3
- "version": "1.34.0",
3
+ "version": "1.34.1",
4
4
  "description": "",
5
5
  "source": "src/index.tsx",
6
6
  "main": "dist/stream-ui.js",