This commit is contained in:
yj 2024-08-22 10:42:48 +08:00
parent 637ef335df
commit c728dd182e
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