You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
event 'user-offline' does not work for me. I use cocos creator v2.1.3, typescript & chrome
I init event: agora.on('user-offline', this.onUserOffline, this);
and function: onUserOffline(uid, reason) { cc.log("onUserOffline, uid: " + uid + " reason: " + reason); }
The text was updated successfully, but these errors were encountered:
Step 1: User A join channel 'xxx' success
Step 2: User B join channel 'xxx' success
Step 3: User B leave channel 'xxx' success
Step 4: User A not receive event 'user-offline'
event 'user-offline' does not work for me. I use cocos creator v2.1.3, typescript & chrome
I init event:
agora.on('user-offline', this.onUserOffline, this);
and function:
onUserOffline(uid, reason) { cc.log("onUserOffline, uid: " + uid + " reason: " + reason); }
The text was updated successfully, but these errors were encountered: