yangjie #33

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

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