This commit is contained in:
Timothy J. Baek
2024-08-26 15:37:11 +02:00
parent b148865ee8
commit a9673c793a
2 changed files with 15 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
<script lang="ts">
import { config, models, settings, showCallOverlay } from '$lib/stores';
import { onMount, tick, getContext, onDestroy } from 'svelte';
import { onMount, tick, getContext, onDestroy, createEventDispatcher } from 'svelte';
const dispatch = createEventDispatcher();
import {
blobToFile,
@@ -923,6 +925,7 @@
stopAudioStream();
stopVideoStream();
showCallOverlay.set(false);
dispatch('close');
}}
type="button"
>