diff --git a/frontend/shared/Webcam.svelte b/frontend/shared/Webcam.svelte index fe9ccf3..b672538 100644 --- a/frontend/shared/Webcam.svelte +++ b/frontend/shared/Webcam.svelte @@ -67,7 +67,7 @@ let volumeMuted = false let micMuted = false - const handel_volume_mute = () => { + const handle_volume_mute = () => { volumeMuted = !volumeMuted } const handle_mic_mute = () => { @@ -349,7 +349,7 @@