From e1d541fad74507b1b89445c76444fdafa3dbd8ea Mon Sep 17 00:00:00 2001 From: Tropicananass Date: Mon, 14 Mar 2022 20:53:37 +0100 Subject: [PATCH] native upload --- src/index.html | 7 ++++++- src/index.js | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/index.html b/src/index.html index a6626db..da6f11e 100644 --- a/src/index.html +++ b/src/index.html @@ -10,7 +10,12 @@ - +
+ +
+
+ +
diff --git a/src/index.js b/src/index.js index 4de8321..ef301fd 100644 --- a/src/index.js +++ b/src/index.js @@ -5,7 +5,7 @@ function hasGetUserMedia() { function getDeviceAccess() { const constraints = { video: true, - audio: true + // audio: true }; const video = document.querySelector("video");