This commit is contained in:
yj 2024-07-19 17:28:00 +08:00
parent dd08b158e4
commit b50d9aaec1
1 changed files with 4 additions and 1 deletions

View File

@ -50,7 +50,10 @@ const agora = {
setupMode: VideoViewSetupMode.VideoViewSetupRemove,
},
);
setTimeout(() => {
console.log('嘻嘻');
storage.setItem('isRemotJoin', false)
}, 5000)
},
// 视频发布状态改变回调
onVideoPublishStateChanged: (source: any, channel: any, oldState: any, newState: any, elapseSinceLastState: any) => {