This commit is contained in:
yj 2024-08-22 09:45:52 +08:00
parent 4d61244044
commit 95647a763a
1 changed files with 1 additions and 1 deletions

View File

@ -572,7 +572,7 @@ const Meeting: React.FC = () => {
let row = list.filter((i: any) => i.roleId === '1' || i.isRoomManager)
setCurrentLookUserAccount((res: any) => {
let has = row.find((x: any) => x.uid === res.uid)
if (!has) {
if (!has && row.length) {
renderVideo(row[0].uid)
}
return res