mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 04:39:06 +00:00
no need to stop from server
This commit is contained in:
@@ -89,7 +89,7 @@ export default function Recorder(props) {
|
||||
const handleRecClick = async () => {
|
||||
if (!record) return console.log("no record");
|
||||
|
||||
if (record?.isRecording()) {
|
||||
if (record.isRecording()) {
|
||||
props.onStop();
|
||||
record.stopRecording();
|
||||
setIsRecording(false);
|
||||
|
||||
Reference in New Issue
Block a user