yangjie #47

Merged
yangqiang merged 49 commits from yangjie into master 2025-01-24 13:43:09 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 96959a3e6f - Show all commits

View File

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