playsinline on video
This commit is contained in:
parent
8bcfc3cbee
commit
4fd453ec05
@ -19,6 +19,8 @@
|
||||
let selectedMicrophone : string|null = null;
|
||||
|
||||
const enableCameraScene = game.scene.getScene(EnableCameraSceneName);
|
||||
var video = document.getElementById("myCamVideoSetup");
|
||||
video.setAttribute("playsinline", 'true');
|
||||
|
||||
function submit() {
|
||||
enableCameraScene.login();
|
||||
|
Loading…
Reference in New Issue
Block a user