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(() => {
setView()
}, currentVideoId ? 0 : 1500);
}, [currentLookUserStatus]);
}, [currentLookUserStatus, currentVideoUid]);
useEffect(() => {
let timer: NodeJS.Timeout;