Merge branch 'main' into jose/ui

This commit is contained in:
Jose B
2023-08-03 12:41:52 -05:00
12 changed files with 200 additions and 85 deletions

View File

@@ -12,7 +12,8 @@ const App = () => {
// transcription, summary, etc
const serverData = useWebRTC(stream);
const sendStopCmd = () => serverData?.peer?.send(JSON.stringify({ cmd: "STOP" }))
const sendStopCmd = () =>
serverData?.peer?.send(JSON.stringify({ cmd: "STOP" }));
return (
<div className="flex flex-col items-center h-[100svh] bg-gradient-to-r from-[#8ec5fc30] to-[#e0c3fc42]">