Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -46,7 +46,7 @@
|
|
46 |
};
|
47 |
|
48 |
mediaRecorder.start();
|
49 |
-
setTimeout(() => mediaRecorder.stop(), 5000); //
|
50 |
});
|
51 |
}
|
52 |
|
|
|
46 |
};
|
47 |
|
48 |
mediaRecorder.start();
|
49 |
+
setTimeout(() => mediaRecorder.stop(), 5000); // Reduced to 5 seconds to speed up interaction
|
50 |
});
|
51 |
}
|
52 |
|