This commit is contained in:
yj 2024-08-09 10:41:55 +08:00
parent 91cfabae61
commit 5d0edee64a
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ const Meeting: React.FC = () => {
view: null, view: null,
channelId: info.channelId, channelId: info.channelId,
}) })
getRoomUser() await getShowUser();
setTimeout(() => { setTimeout(() => {
getRoomUser() getRoomUser()
}, 1000); }, 1000);