修改会议监控关闭时摄像头卡住

This commit is contained in:
yj 2025-01-03 09:12:51 +08:00
parent d0ca3c9321
commit 1c6f551a3b
1 changed files with 0 additions and 1 deletions

View File

@ -366,7 +366,6 @@ export const agora = {
}, },
// 退出第二个房间 // 退出第二个房间
allLeaveChannelEx: async () => { allLeaveChannelEx: async () => {
await agora.stopCameraCapture();
await rtcEngine.leaveChannelEx({ channelId: option.channelId + 'a', localUid: Number('1' + option.screenShareId) }) await rtcEngine.leaveChannelEx({ channelId: option.channelId + 'a', localUid: Number('1' + option.screenShareId) })
}, },
// 停止/恢复接收指定的视频流。 // 停止/恢复接收指定的视频流。