Update page.js

This commit is contained in:
Koper
2023-07-26 16:43:12 +07:00
parent 2420e18ba3
commit 1836ad8e02

View File

@@ -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 (
<div className="flex flex-col items-center h-[100svh]">