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 + // 关键: