@whereby.com/browser-sdk 3.16.1 → 3.17.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.
package/dist/embed/index.cjs
CHANGED
|
@@ -190,7 +190,7 @@ heresy.define("WherebyEmbed", {
|
|
|
190
190
|
title=${title || "Video calling component"}
|
|
191
191
|
ref=${this.iframe}
|
|
192
192
|
src=${this.roomUrl}
|
|
193
|
-
allow="autoplay; camera; microphone; fullscreen; speaker; display-capture; media-capture" />
|
|
193
|
+
allow="autoplay; camera; microphone; fullscreen; speaker; display-capture; media-capture; compute-pressure; screen-wake-lock" />
|
|
194
194
|
`;
|
|
195
195
|
},
|
|
196
196
|
});
|
package/dist/embed/index.esm.js
CHANGED
|
@@ -186,7 +186,7 @@ define("WherebyEmbed", {
|
|
|
186
186
|
title=${title || "Video calling component"}
|
|
187
187
|
ref=${this.iframe}
|
|
188
188
|
src=${this.roomUrl}
|
|
189
|
-
allow="autoplay; camera; microphone; fullscreen; speaker; display-capture; media-capture" />
|
|
189
|
+
allow="autoplay; camera; microphone; fullscreen; speaker; display-capture; media-capture; compute-pressure; screen-wake-lock" />
|
|
190
190
|
`;
|
|
191
191
|
},
|
|
192
192
|
});
|
package/dist/react/index.cjs
CHANGED
package/dist/react/index.esm.js
CHANGED