Skip to content

event 'user-offline' does not work #17

@halibio

Description

@halibio

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); }

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions