mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 03:47:49 +01:00
fix: mic kept alive after call issue
This commit is contained in:
@@ -922,8 +922,8 @@
|
||||
<button
|
||||
class=" p-3 rounded-full bg-gray-50 dark:bg-gray-900"
|
||||
on:click={async () => {
|
||||
stopAudioStream();
|
||||
stopVideoStream();
|
||||
await stopAudioStream();
|
||||
await stopVideoStream();
|
||||
showCallOverlay.set(false);
|
||||
dispatch('close');
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user