This commit is contained in:
parent
960096812a
commit
3c0b59abb6
|
|
@ -149,7 +149,7 @@ const Meeting: React.FC = () => {
|
|||
}, 1000);
|
||||
},
|
||||
onUserOffline: async (info: any, remoteUid: any, reason: any) => {
|
||||
agora.setupRemoteVideo({
|
||||
await agora.setupRemoteVideo({
|
||||
account: Number(remoteUid),
|
||||
view: document.getElementById(`video-${remoteUid}`) as HTMLElement,
|
||||
channelId: info.channelId,
|
||||
|
|
|
|||
Loading…
Reference in New Issue