mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
Update page.js
This commit is contained in:
@@ -10,7 +10,7 @@ const App = () => {
|
|||||||
|
|
||||||
// This is where you'd send the stream and receive the data from the server.
|
// This is where you'd send the stream and receive the data from the server.
|
||||||
// transcription, summary, etc
|
// transcription, summary, etc
|
||||||
const serverData = useWebRTC(stream, setIsRecording);
|
const serverData = useWebRTC(stream, () => { });
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex flex-col items-center h-[100svh]">
|
<div className="flex flex-col items-center h-[100svh]">
|
||||||
|
|||||||
Reference in New Issue
Block a user