管理员断网重新连接添加管理员

This commit is contained in:
yj 2024-11-01 14:42:24 +08:00
parent 6fbad4b9cc
commit 18ade9747a
1 changed files with 1 additions and 1 deletions

View File

@ -1746,7 +1746,7 @@ const Meeting: React.FC = () => {
setRoomUserList((res: any) => {
let userItem = res.find((item: any) => item.uid === userInfo.uid)
if (userItem.isRoomManager) {
DeleteRoomManager({
postRoomManager({
roomId: state.roomId,
roomNum: state.channelId,
userId: userInfo.uid