This commit is contained in:
yj 2024-08-21 11:33:08 +08:00
parent b9661d6633
commit 97d3bd040c
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,7 @@ const Meeting: React.FC = () => {
item.isShow = true; item.isShow = true;
} }
}); });
RefreshVideoView(res) // RefreshVideoView(res)
return res return res
}) })
} }