房间号修复

This commit is contained in:
yj 2024-08-23 13:56:16 +08:00
parent e7ecb901eb
commit 405d4c4f54
1 changed files with 1 additions and 1 deletions

View File

@ -981,7 +981,7 @@ const Meeting: React.FC = () => {
} else {
await PostRoomManager({
roomId: data.roomId,
roomNum: data.channelId,
roomNum: data.roomNum,
userId: data.userId
})
}