退出刷新

This commit is contained in:
yj 2024-07-22 10:31:46 +08:00
parent 12d2e9a027
commit 8ccf1a02d8
1 changed files with 3 additions and 0 deletions

View File

@ -157,6 +157,9 @@ const Meeting: React.FC = () => {
view: document.getElementById(`video-${remoteUid}`) as HTMLElement, view: document.getElementById(`video-${remoteUid}`) as HTMLElement,
channelId: info.channelId, channelId: info.channelId,
}) })
setTimeout(() => {
getRoomUser()
}, 2000);
} }
}) })
agora.setCameraCapture(VideoSourceType.VideoSourceCameraPrimary) agora.setCameraCapture(VideoSourceType.VideoSourceCameraPrimary)