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