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