From 83bcf1f70a91451238a6192da41ea29f9b7a8eb6 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 | 9 ++++++++- src/index.js | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/index.html b/src/index.html index a6626db..e495995 100644 --- a/src/index.html +++ b/src/index.html @@ -10,7 +10,14 @@ - +
+ + + +
+
+ +
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");