停止采集摄像头参数修改

This commit is contained in:
yj 2024-12-27 15:25:59 +08:00
parent 3bc5994506
commit c07de8d2a1
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@ export const agora = {
},
// 停止采集摄像头
stopCameraCapture: async () => {
await rtcEngine.stopCameraCapture()
await rtcEngine.stopCameraCapture(VideoSourceType.VideoSourceCamera)
},
// 加入频道
setJoinChannel: async (data: any) => {