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