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