geethareddy commited on
Commit
a1e88be
·
verified ·
1 Parent(s): d0ba47c

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -46,7 +46,7 @@
46
  };
47
 
48
  mediaRecorder.start();
49
- setTimeout(() => mediaRecorder.stop(), 7000); // Record for 7 seconds
50
  });
51
  }
52
 
 
46
  };
47
 
48
  mediaRecorder.start();
49
+ setTimeout(() => mediaRecorder.stop(), 3000); // Record for 7 seconds
50
  });
51
  }
52