This commit is contained in:
yj 2024-11-13 17:59:09 +08:00
parent a0795768e9
commit 9f8fc16de3
1 changed files with 6 additions and 1 deletions

View File

@ -463,7 +463,12 @@ const Meeting: React.FC = () => {
return data return data
}) })
} else { } else {
showSingIn() setIsScreenCapture(bool => {
if (!bool) {
showSingIn()
}
return bool
})
} }
}, 10000); }, 10000);
return () => { return () => {