yangjie #33

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

View File

@ -1748,11 +1748,9 @@ const Meeting: React.FC = () => {
isRoomManager: userItem.isRoomManager
})
if (userItem.isRoomManager) {
await stopScreenCapture()
await postOpenMicr(!storeDevice[0][0].active, userInfo.uid)
await postOpenCamera(!storeDevice[0][1].active, userInfo.uid)
allUserLook(userItem.uid, userItem.userName)
} else {
}
setIsNetworkDisconnected(bool => {
if (bool) {
allUserLook(userItem.uid, userItem.userName)
@ -1766,7 +1764,6 @@ const Meeting: React.FC = () => {
return bool
})
}
}
setRoomUserList((res: any) => {
setUserStatus(res)
return res