yangjie #46

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

View File

@ -1688,7 +1688,6 @@ const Meeting: React.FC = () => {
// 退出房间
const leaveChannel = async (bool: boolean = true): Promise<void> => {
setIsLeave(true)
setTimeout(async () => {
await stopScreenCapture()
await stopRecorderMedia()
if (bool) {
@ -1707,7 +1706,6 @@ const Meeting: React.FC = () => {
}
return res
})
}, 1000)
}
// 分享屏幕
const clickSharedScreen = async (): Promise<void> => {