This commit is contained in:
yj 2024-09-09 15:02:00 +08:00
parent 954da4a220
commit e2dc0a58e0
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ const Meeting: React.FC = () => {
await agora.setRemoteVideoStreamType(item.uid, VideoStreamType.VideoStreamLow)
}
});
}, [currentVideoId]);
}, [currentVideoId, roomUserList]);
useEffect(() => {
onSignalr(async (item: any) => {