From 02c79949d075d206214399eb5021b8e4278479b1 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Thu, 20 Jan 2022 23:44:23 -0800 Subject: [PATCH] Update TeamVoiceLine.tsx --- components/demo/TeamVoiceLine.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/demo/TeamVoiceLine.tsx b/components/demo/TeamVoiceLine.tsx index 2f3da43..1181ffc 100644 --- a/components/demo/TeamVoiceLine.tsx +++ b/components/demo/TeamVoiceLine.tsx @@ -115,8 +115,6 @@ function TeamVoiceLine(props: IVoiceDemoProps) { const [isRecording, setIsRecording] = useState(false); function startRecord(event) { - toast("listening"); - setIsRecording(true); }