From ec6ead0ff97309940bdfd9fdfd432f4153d8f90b 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 | 8 +++++++- src/index.js | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/index.html b/src/index.html index a6626db..48b0534 100644 --- a/src/index.html +++ b/src/index.html @@ -10,7 +10,13 @@ - +
+ + +
+
+ +
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");