From 50234db7a9e2394cb8e9b8eeba89bedf0b88d17f Mon Sep 17 00:00:00 2001 From: duoaohui <928970622@qq.com> Date: Sat, 23 May 2026 21:49:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E4=BC=9A=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/meeting/VideoTile.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/meeting/VideoTile.vue b/frontend/src/components/meeting/VideoTile.vue index b2a3ed5..a860e3c 100644 --- a/frontend/src/components/meeting/VideoTile.vue +++ b/frontend/src/components/meeting/VideoTile.vue @@ -134,7 +134,12 @@ const applyVideo = (retry = 0) => { } const el = ensureMediaEl('video') if (!el) return - el.muted = props.isLocal + // 关键: