mirror of
https://github.com/SrIzan10/vdo.ninja.git
synced 2026-05-01 11:05:24 +00:00
26.5 sync with alpha
This commit is contained in:
@@ -1701,7 +1701,10 @@
|
||||
|
||||
|
||||
var iframeContainer = document.getElementById("iframeContainer");
|
||||
iframe.allow = "autoplay;camera;microphone;fullscreen;picture-in-picture;display-capture;";
|
||||
iframe.allow = "autoplay;camera;microphone;fullscreen;picture-in-picture;display-capture;screen-wake-lock;accelerometer;midi;geolocation;gyroscope;";
|
||||
iframe.setAttribute("allowtransparency", "true");
|
||||
iframe.setAttribute("crossorigin", "anonymous");
|
||||
iframe.setAttribute("credentialless", "true");
|
||||
iframe.id = "vdoninja";
|
||||
|
||||
if (!roomname){
|
||||
|
||||
Reference in New Issue
Block a user