This commit is contained in:
yj 2024-10-30 11:44:14 +08:00
parent 0a411fd5c5
commit 9b41377055
1 changed files with 2 additions and 2 deletions

View File

@ -1746,13 +1746,13 @@ const Meeting: React.FC = () => {
setIsNetworkDisconnected(bool => {
if (bool) {
meetingDisconnectedRef.current.changeModal(false)
allUserLook(userItem.screenShareId, userItem.userName)
allUserLook(userItem.uid, userItem.userName)
}
return false
})
setIsScreenCapture(bool => {
if (bool) {
allUserLook(userItem.screenShareId, userItem.userName)
allUserLook(userItem.uid, userItem.userName)
}
return bool
})