yangjie #16

Merged
yangqiang merged 6 commits from yangjie into master 2024-09-27 16:48:18 +08:00
1 changed files with 7 additions and 5 deletions
Showing only changes of commit 88c19a327d - Show all commits

View File

@ -1193,11 +1193,13 @@ const Meeting: React.FC = () => {
} catch (error) {
}
await agora.leaveChannel()
setTimeout(() => {
if (user.isAnonymous) {
storage.setItem('userLogin', false)
} else {
navigate('/home/index')
}
}, 0)
}
// 分享屏幕
const clickSharedScreen = async (): Promise<void> => {