lokesh341 commited on
Commit
37849e2
·
verified ·
1 Parent(s): fbefe20

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(), 5000); // Shortened to 5 seconds for quicker response
50
  });
51
  }
52
 
 
46
  };
47
 
48
  mediaRecorder.start();
49
+ setTimeout(() => mediaRecorder.stop(), 5000); // Reduced to 5 seconds to speed up interaction
50
  });
51
  }
52