This commit is contained in:
yj 2024-08-29 17:43:09 +08:00
parent c2d9e2cbea
commit 8a159704da
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ export const agora = {
}, },
// 取消或恢复发布本地视频流 // 取消或恢复发布本地视频流
muteLocalVideoStream: async (mute: any) => { muteLocalVideoStream: async (mute: any) => {
// await rtcEngine.muteLocalVideoStream(mute) await rtcEngine.muteLocalVideoStream(mute)
}, },
// 摄像头采集 // 摄像头采集
startCameraCapture: async () => { startCameraCapture: async () => {