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); }