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) => {
|
onUserOffline: async (info: any, remoteUid: any, _reason: any) => {
|
||||||
if (String(remoteUid).length === 9) {
|
if (String(remoteUid).length === 9) {
|
||||||
setIsShare(null)
|
setIsShare(null)
|
||||||
|
renderVideo()
|
||||||
}
|
}
|
||||||
await agora.setupRemoteVideo({
|
await agora.setupRemoteVideo({
|
||||||
uid: Number(remoteUid),
|
uid: Number(remoteUid),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue