@whereby.com/browser-sdk 3.22.0 → 3.23.0

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.
@@ -189,7 +189,7 @@ heresy.define("WherebyEmbed", {
189
189
  <iframe
190
190
  title=${title || "Video calling component"}
191
191
  ref=${this.iframe}
192
- src=${this.roomUrl}
192
+ src=${this.roomUrl.href}
193
193
  allow="autoplay; camera; microphone; fullscreen; speaker; display-capture; media-capture; compute-pressure; screen-wake-lock" />
194
194
  `;
195
195
  },
@@ -185,7 +185,7 @@ define("WherebyEmbed", {
185
185
  <iframe
186
186
  title=${title || "Video calling component"}
187
187
  ref=${this.iframe}
188
- src=${this.roomUrl}
188
+ src=${this.roomUrl.href}
189
189
  allow="autoplay; camera; microphone; fullscreen; speaker; display-capture; media-capture; compute-pressure; screen-wake-lock" />
190
190
  `;
191
191
  },
@@ -172,7 +172,7 @@ const VideoView = React__namespace.forwardRef((_a, ref) => {
172
172
  });
173
173
  VideoView.displayName = "VideoView";
174
174
 
175
- const browserSdkVersion = "3.22.0";
175
+ const browserSdkVersion = "3.23.0";
176
176
 
177
177
  const initialState$1 = {
178
178
  chatMessages: [],
@@ -150,7 +150,7 @@ const VideoView = React.forwardRef((_a, ref) => {
150
150
  });
151
151
  VideoView.displayName = "VideoView";
152
152
 
153
- const browserSdkVersion = "3.22.0";
153
+ const browserSdkVersion = "3.23.0";
154
154
 
155
155
  const initialState$1 = {
156
156
  chatMessages: [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whereby.com/browser-sdk",
3
- "version": "3.22.0",
3
+ "version": "3.23.0",
4
4
  "description": "Modules for integration Whereby video in web apps",
5
5
  "author": "Whereby AS",
6
6
  "license": "MIT",
@@ -74,8 +74,8 @@
74
74
  },
75
75
  "dependencies": {
76
76
  "@radix-ui/react-popover": "^1.0.7",
77
- "@whereby.com/media": "9.2.3",
78
- "@whereby.com/core": "1.12.0",
77
+ "@whereby.com/media": "9.2.4",
78
+ "@whereby.com/core": "1.12.1",
79
79
  "clsx": "^2.1.1",
80
80
  "heresy": "^1.0.4",
81
81
  "runes": "^0.4.3"