From c07de8d2a18b6fe64358d50d1566b10064bba5eb Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Fri, 27 Dec 2024 15:25:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=81=9C=E6=AD=A2=E9=87=87=E9=9B=86=E6=91=84?= =?UTF-8?q?=E5=83=8F=E5=A4=B4=E5=8F=82=E6=95=B0=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/package/agora.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/package/agora.ts b/src/utils/package/agora.ts index c3ba703..78b4c1c 100644 --- a/src/utils/package/agora.ts +++ b/src/utils/package/agora.ts @@ -436,7 +436,7 @@ export const agora = { }, // 停止采集摄像头 stopCameraCapture: async () => { - await rtcEngine.stopCameraCapture() + await rtcEngine.stopCameraCapture(VideoSourceType.VideoSourceCamera) }, // 加入频道 setJoinChannel: async (data: any) => {