userLeft
(since )
Event fired when a user leave a channel.
Description
userLeft
This event is fired when a user leave a channel.
Arguments passed to the callback function
user
The user.
pipe
Pipe objet that user leave.
This event is fired both and core and pipe
Examples
//ape var is a reference to APE instance
ape.addEvent('userLeft', function (user, pipe) {
//An user left the channel
console.log('the user ' + user.properties.name + ' left the channel ' + pipe.properties.name);
});
User notes
# No comment
Post a note
CollaborAPE to our wiki !
Find the information you need on the APE Official Wiki : Install, Server, JSF, Help...
