From 90c7ca96e0de5bcebd54c2b377f043a6933da0ba Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Thu, 8 Aug 2024 15:38:09 +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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/page/Meeting/index.tsx b/src/page/Meeting/index.tsx index 81e1d1a..07c0cc4 100644 --- a/src/page/Meeting/index.tsx +++ b/src/page/Meeting/index.tsx @@ -126,6 +126,9 @@ const Meeting: React.FC = () => { useEffect(() => { let time = null as any; setUser(userInfo) + setTimeout(() => { + window.electron.setViewStatus('maximize') + }, 1000) setMeetingMode('StandardMode'); agora.init(true) agora.registerEventHandler({