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 (