停止采集摄像头参数修改
This commit is contained in:
parent
3bc5994506
commit
c07de8d2a1
|
|
@ -436,7 +436,7 @@ export const agora = {
|
|||
},
|
||||
// 停止采集摄像头
|
||||
stopCameraCapture: async () => {
|
||||
await rtcEngine.stopCameraCapture()
|
||||
await rtcEngine.stopCameraCapture(VideoSourceType.VideoSourceCamera)
|
||||
},
|
||||
// 加入频道
|
||||
setJoinChannel: async (data: any) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue