From 94482f9daee4d6d4cb9d7cb41417639b34b19309 Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Thu, 22 Aug 2024 11:05:26 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/page/Meeting/index.tsx b/src/page/Meeting/index.tsx index 500be76..cd8cd09 100644 --- a/src/page/Meeting/index.tsx +++ b/src/page/Meeting/index.tsx @@ -192,6 +192,7 @@ const Meeting: React.FC = () => { onUserOffline: async (info: any, remoteUid: any, _reason: any) => { if (String(remoteUid).length === 9) { setIsShare(null) + renderVideo() } await agora.setupRemoteVideo({ uid: Number(remoteUid),