mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-04 17:39:23 +08:00
fix: isKeepLocal
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
export let include_audio: boolean;
|
||||
export let i18n: I18nFormatter;
|
||||
|
||||
let isKeepLocal = mode === "send-receive" && include_audio
|
||||
$: isKeepLocal = mode === "send-receive" && include_audio
|
||||
let volumeMuted = false
|
||||
let micMuted = false
|
||||
const handel_volume_mute = () => {
|
||||
|
||||
Reference in New Issue
Block a user