From 1836ad8e02221d1495fea8d867d68524169e3ea8 Mon Sep 17 00:00:00 2001 From: Koper Date: Wed, 26 Jul 2023 16:43:12 +0700 Subject: [PATCH] Update page.js --- www/app/page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/app/page.js b/www/app/page.js index 635caa5e..006be1b2 100644 --- a/www/app/page.js +++ b/www/app/page.js @@ -10,7 +10,7 @@ const App = () => { // This is where you'd send the stream and receive the data from the server. // transcription, summary, etc - const serverData = useWebRTC(stream, setIsRecording); + const serverData = useWebRTC(stream, () => { }); return (