This commit is contained in:
yj 2024-08-22 11:05:26 +08:00
parent 09ea6f9936
commit 94482f9dae
1 changed files with 1 additions and 0 deletions

View File

@ -192,6 +192,7 @@ const Meeting: React.FC = () => {
onUserOffline: async (info: any, remoteUid: any, _reason: any) => {
if (String(remoteUid).length === 9) {
setIsShare(null)
renderVideo()
}
await agora.setupRemoteVideo({
uid: Number(remoteUid),