This commit is contained in:
yj 2025-01-20 14:04:39 +08:00
parent 2afcef025b
commit 96959a3e6f
1 changed files with 1 additions and 1 deletions

View File

@ -1011,7 +1011,7 @@ const Meeting: React.FC = () => {
setTimeout(() => { setTimeout(() => {
setView() setView()
}, currentVideoId ? 0 : 1500); }, currentVideoId ? 0 : 1500);
}, [currentLookUserStatus]); }, [currentLookUserStatus, currentVideoUid]);
useEffect(() => { useEffect(() => {
let timer: NodeJS.Timeout; let timer: NodeJS.Timeout;