Update TeamVoiceLine.tsx
This commit is contained in:
@@ -115,8 +115,6 @@ function TeamVoiceLine(props: IVoiceDemoProps) {
|
|||||||
const [isRecording, setIsRecording] = useState<boolean>(false);
|
const [isRecording, setIsRecording] = useState<boolean>(false);
|
||||||
|
|
||||||
function startRecord(event) {
|
function startRecord(event) {
|
||||||
toast("listening");
|
|
||||||
|
|
||||||
setIsRecording(true);
|
setIsRecording(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user