diff --git a/dist/gradio_webrtc-0.0.30.dev0-py3-none-any.whl b/dist/gradio_webrtc-0.0.30.dev0-py3-none-any.whl index 01c7463..4dd50d4 100644 Binary files a/dist/gradio_webrtc-0.0.30.dev0-py3-none-any.whl and b/dist/gradio_webrtc-0.0.30.dev0-py3-none-any.whl differ diff --git a/frontend/shared/Webcam.svelte b/frontend/shared/Webcam.svelte index ff9b309..d66b6c6 100644 --- a/frontend/shared/Webcam.svelte +++ b/frontend/shared/Webcam.svelte @@ -277,7 +277,7 @@ class:local-video={stream_state === "open"} class:remote-video={stream_state !== "open"} bind:this={local_video_source} - class:hide={!webcam_accessed} + class:hide={!webcam_accessed || cameraOff} autoplay={true} playsinline={true} muted