diff --git a/www/app/transcripts/new/page.tsx b/www/app/transcripts/new/page.tsx index bfcf13dd..89794005 100644 --- a/www/app/transcripts/new/page.tsx +++ b/www/app/transcripts/new/page.tsx @@ -67,7 +67,7 @@ const TranscriptCreate = () => { { - webRTC?.peer?.send(JSON.stringify({ cmd: "STOP" })); + webRTC?.send(JSON.stringify({ cmd: "STOP" })); setStream(null); setHasRecorded(true); }}