flx
This commit is contained in:
parent
dd08b158e4
commit
b50d9aaec1
|
|
@ -50,7 +50,10 @@ const agora = {
|
||||||
setupMode: VideoViewSetupMode.VideoViewSetupRemove,
|
setupMode: VideoViewSetupMode.VideoViewSetupRemove,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
storage.setItem('isRemotJoin', false)
|
setTimeout(() => {
|
||||||
|
console.log('嘻嘻');
|
||||||
|
storage.setItem('isRemotJoin', false)
|
||||||
|
}, 5000)
|
||||||
},
|
},
|
||||||
// 视频发布状态改变回调
|
// 视频发布状态改变回调
|
||||||
onVideoPublishStateChanged: (source: any, channel: any, oldState: any, newState: any, elapseSinceLastState: any) => {
|
onVideoPublishStateChanged: (source: any, channel: any, oldState: any, newState: any, elapseSinceLastState: any) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue