This commit is contained in:
parent
b6ba3c8bf6
commit
92dea100e8
|
|
@ -66,7 +66,7 @@ const UserVideo: React.FC = () => {
|
|||
view: document.getElementById(`video-${item.screenShareId}`),
|
||||
channelId: state.channelId + 'a',
|
||||
})
|
||||
await agora.setRemoteVideoStreamType(item.uid, VideoStreamType.VideoStreamLow, false)
|
||||
await agora.setRemoteVideoStreamType(Number('1' + item.screenShareId), VideoStreamType.VideoStreamLow, false)
|
||||
})
|
||||
}, [userList])
|
||||
// 监听缓存变化
|
||||
|
|
|
|||
Loading…
Reference in New Issue