This commit is contained in:
parent
954da4a220
commit
e2dc0a58e0
|
|
@ -256,7 +256,7 @@ const Meeting: React.FC = () => {
|
|||
await agora.setRemoteVideoStreamType(item.uid, VideoStreamType.VideoStreamLow)
|
||||
}
|
||||
});
|
||||
}, [currentVideoId]);
|
||||
}, [currentVideoId, roomUserList]);
|
||||
|
||||
useEffect(() => {
|
||||
onSignalr(async (item: any) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue