视频会议

This commit is contained in:
duoaohui
2026-05-23 15:26:40 +08:00
parent 3772b763c1
commit 63c799c921

View File

@@ -29,7 +29,7 @@
</view>
</view>
<view v-if="selfTile" class="self-preview">
<view v-if="selfTile && primaryTile && !primaryTile.isLocal" class="self-preview">
<VideoTile
class="self-video"
:user-id="selfTile.userId"
@@ -278,7 +278,7 @@ const startTimer = () => {
const joinMeeting = async () => {
if (joining.value) return
const code = formattedCode.value
if (!digitsOf(code)) {
if (digitsOf(code).length !== 9) {
joinError.value = '会议号为空'
return
}