From d0ca3c9321f597c113e469a422bbb430e635d203 Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Thu, 2 Jan 2025 16:29:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=BC=A9=E7=95=A5=E5=9B=BE?= =?UTF-8?q?=E5=A4=A7=E5=B0=8F?= 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 7c91287..e8c251e 100644 --- a/src/page/Meeting/index.tsx +++ b/src/page/Meeting/index.tsx @@ -1753,7 +1753,7 @@ const Meeting: React.FC = () => { } // 获取桌面可共享屏幕的引用 const getDesktopCapturerVideo = (): void => { - agora.getDesktopCapturerVideo({ width: 300, height: 300 }, { width: 300, height: 300 }, true).then((res: any) => { + agora.getDesktopCapturerVideo({ width: 50, height: 50 }, { width: 30, height: 30 }, true).then((res: any) => { res.forEach((item: any, index: number) => { if (item.type === 1) { item.sourceTitle = '桌面' + (index + 1)