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,8 +463,13 @@ const Meeting: React.FC = () => {
return data return data
}) })
} else { } else {
setIsScreenCapture(bool => {
if (!bool) {
showSingIn() showSingIn()
} }
return bool
})
}
}, 10000); }, 10000);
return () => { return () => {
window.removeEventListener('customStorageChange', handleCustomStorageChange); window.removeEventListener('customStorageChange', handleCustomStorageChange);