From 2b13927e5b0755c5f4e86ae48656c2dc68c26aab Mon Sep 17 00:00:00 2001 From: Sudarshan S Date: Wed, 10 Mar 2021 13:44:50 +0530 Subject: [PATCH] Add test_ss22 function Add test_ss22 function --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index d2f717b..36d24ca 100644 --- a/index.html +++ b/index.html @@ -88,6 +88,10 @@

Media Stream Constraints options

document.getElementById("start").click(); setTimeout(startRecording, 10000) } +function test_ss22(){ + document.getElementById("start").click(); + setTimeout(startRecording, 1000) +}