退出刷新
This commit is contained in:
parent
12d2e9a027
commit
8ccf1a02d8
|
|
@ -157,6 +157,9 @@ const Meeting: React.FC = () => {
|
|||
view: document.getElementById(`video-${remoteUid}`) as HTMLElement,
|
||||
channelId: info.channelId,
|
||||
})
|
||||
setTimeout(() => {
|
||||
getRoomUser()
|
||||
}, 2000);
|
||||
}
|
||||
})
|
||||
agora.setCameraCapture(VideoSourceType.VideoSourceCameraPrimary)
|
||||
|
|
|
|||
Loading…
Reference in New Issue