yangjie #46

Merged
yangqiang merged 15 commits from yangjie into master 2025-01-03 10:43:27 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c07de8d2a1 - Show all commits

View File

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