This commit is contained in:
parent
9bbfd34bab
commit
6fbad4b9cc
|
|
@ -1760,7 +1760,7 @@ const Meeting: React.FC = () => {
|
|||
})
|
||||
setIsScreenCapture(bool => {
|
||||
if (bool) {
|
||||
allUserLook(userItem.uid, userItem.userName)
|
||||
allUserLook(userItem.screenShareId, userItem.userName)
|
||||
}
|
||||
return bool
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue