From e2dc0a58e05ad8e6109dda4d85432c0b0acd2d74 Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Mon, 9 Sep 2024 15:02:00 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/page/Meeting/index.tsx b/src/page/Meeting/index.tsx index 96ad139..55a1cdf 100644 --- a/src/page/Meeting/index.tsx +++ b/src/page/Meeting/index.tsx @@ -256,7 +256,7 @@ const Meeting: React.FC = () => { await agora.setRemoteVideoStreamType(item.uid, VideoStreamType.VideoStreamLow) } }); - }, [currentVideoId]); + }, [currentVideoId, roomUserList]); useEffect(() => { onSignalr(async (item: any) => {