From 153a2876b430f423a34b2b0055fbbd34505b132f Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Thu, 22 Aug 2024 17:27:22 +0200 Subject: [PATCH] fix: mediaStream not stopping after exiting call mode --- .../chat/MessageInput/CallOverlay.svelte | 21 +++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/src/lib/components/chat/MessageInput/CallOverlay.svelte b/src/lib/components/chat/MessageInput/CallOverlay.svelte index e239af541..0372491d1 100644 --- a/src/lib/components/chat/MessageInput/CallOverlay.svelte +++ b/src/lib/components/chat/MessageInput/CallOverlay.svelte @@ -1,6 +1,6 @@ {#if $showCallOverlay}