yangjie #33

Merged
yangqiang merged 22 commits from yangjie into master 2024-11-04 13:57:51 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6fbad4b9cc - Show all commits

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
})