This commit is contained in:
yj 2024-08-30 12:19:07 +08:00
parent eb555d6d66
commit 697b2521d5
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ const Meeting: React.FC = () => {
if (!row) { if (!row) {
stopScreenCapture() stopScreenCapture()
setSharedScreenItem('') setSharedScreenItem('')
renderVideo() allUserLook(userInfo.uid, userInfo.userName)
} }
} }
}) })