This commit is contained in:
yj 2024-11-01 13:52:09 +08:00
parent 9bbfd34bab
commit 6fbad4b9cc
1 changed files with 1 additions and 1 deletions

View File

@ -1760,7 +1760,7 @@ const Meeting: React.FC = () => {
})
setIsScreenCapture(bool => {
if (bool) {
allUserLook(userItem.uid, userItem.userName)
allUserLook(userItem.screenShareId, userItem.userName)
}
return bool
})