This commit is contained in:
parent
e8e3343714
commit
cfbfa58edc
|
|
@ -42,6 +42,7 @@ const agora = {
|
|||
onUserOffline: (info: any, remoteUid: any, reason: any) => {
|
||||
// 远端用户离开频道后,关闭远端视频窗口
|
||||
storage.setItem('isRemotJoin', false)
|
||||
console.log(info);
|
||||
rtcEngine.setupRemoteVideo(
|
||||
{
|
||||
renderMode: RenderModeType.RenderModeFit,
|
||||
|
|
|
|||
Loading…
Reference in New Issue