From 5c5780d15096447404660f77ba76872605ae9cdf Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Thu, 2 Jan 2025 15:46:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/Meeting/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/page/Meeting/index.tsx b/src/page/Meeting/index.tsx index 4db2a3b..7c91287 100644 --- a/src/page/Meeting/index.tsx +++ b/src/page/Meeting/index.tsx @@ -1029,8 +1029,8 @@ const Meeting: React.FC = () => { channelId: connection.channelId, sourceType: VideoSourceType.VideoSourceCameraPrimary, }) - getShowUser(); - }, 1500); + }, 1000); + getShowUser(); } } }, @@ -1045,7 +1045,7 @@ const Meeting: React.FC = () => { view: document.getElementById(`video-${remoteUid}`), channelId: connection.channelId, }) - }, 1500); + }, 1000); } } },