This commit is contained in:
parent
09ea6f9936
commit
94482f9dae
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in New Issue