This commit is contained in:
parent
91cfabae61
commit
5d0edee64a
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue