断网恢复人员数

This commit is contained in:
yj 2024-11-04 11:40:38 +08:00
parent 8624941583
commit a6f7fc14af
1 changed files with 1 additions and 0 deletions

View File

@ -1745,6 +1745,7 @@ const Meeting: React.FC = () => {
enableCamera: !storeDevice[0][1].active,
isRoomManager: userItem.isRoomManager
})
await getRoomUser()
if (userItem.isRoomManager) {
await postOpenMicr(!storeDevice[0][0].active, userInfo.uid)
await postOpenCamera(!storeDevice[0][1].active, userInfo.uid)