Commit 18ae5860 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac

parent 7f70de99
...@@ -533,6 +533,10 @@ ...@@ -533,6 +533,10 @@
eventTarget.removeEventListener('chat', chatEventHandler); eventTarget.removeEventListener('chat', chatEventHandler);
eventTarget.removeEventListener('chat:finish', chatFinishHandler); eventTarget.removeEventListener('chat:finish', chatFinishHandler);
audioAbortController.abort();
await tick();
await stopAllAudio();
await stopRecordingCallback(false); await stopRecordingCallback(false);
await stopCamera(); await stopCamera();
}; };
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment