Essential fixes

This commit is contained in:
Koper
2023-07-21 19:00:48 +07:00
parent 8b53d395b2
commit e69071e1d5
5 changed files with 68 additions and 34 deletions

View File

@@ -64,6 +64,7 @@ const useWebRTC = (stream, setIsRecording) => {
duration: serverData.duration,
summary: serverData.summary,
},
text: ''
}));
setIsRecording(false);
break;