mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-05 18:09:23 +08:00
拼写错误和去除log
This commit is contained in:
@@ -67,7 +67,7 @@
|
|||||||
|
|
||||||
let volumeMuted = false
|
let volumeMuted = false
|
||||||
let micMuted = false
|
let micMuted = false
|
||||||
const handel_volume_mute = () => {
|
const handle_volume_mute = () => {
|
||||||
volumeMuted = !volumeMuted
|
volumeMuted = !volumeMuted
|
||||||
}
|
}
|
||||||
const handle_mic_mute = () => {
|
const handle_mic_mute = () => {
|
||||||
@@ -349,7 +349,7 @@
|
|||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
class="icon"
|
class="icon"
|
||||||
on:click={handel_volume_mute}
|
on:click={handle_volume_mute}
|
||||||
aria-label="select input source"
|
aria-label="select input source"
|
||||||
>
|
>
|
||||||
{#if volumeMuted}
|
{#if volumeMuted}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user