This commit is contained in:
yj 2024-08-22 10:23:36 +08:00
parent 7786cd306b
commit 297946ed02
1 changed files with 3 additions and 3 deletions

View File

@ -581,9 +581,9 @@ const Meeting: React.FC = () => {
}
// 渲染视频
const renderVideo = async (uid: string = ''): Promise<void> => {
if ((uid && currentVideoId === uid) || clickCurrentLookUserStatus === false) {
return
}
// if ((uid && currentVideoId === uid) || clickCurrentLookUserStatus === false) {
// return
// }
setClickCurrentLookUserStatus(false)
setCurrentLookUserStatus(0)
setRoomUserList((list: any) => {