This commit is contained in:
yj 2024-08-09 10:48:40 +08:00
parent 5d0edee64a
commit a34a9423bc
1 changed files with 6 additions and 1 deletions

View File

@ -179,7 +179,12 @@ const Meeting: React.FC = () => {
view: null, view: null,
channelId: info.channelId, channelId: info.channelId,
}) })
await getShowUser(); setCurrentVideoId((res: any) => {
if (Number(res) === remoteUid) {
getShowUser();
}
return res
})
setTimeout(() => { setTimeout(() => {
getRoomUser() getRoomUser()
}, 1000); }, 1000);