channel
(since 1.0)
A channel object
Description
channel
The channel object is created when an user connects to an nonexistent channel, you can create one using mkChan.
You can:
- Set/Get public or private properties
- See if its an interactive channel (if users can send messages on it)
Examples
var channel = mkChan('my_channel');
Getting name property of a channel
var channel = mkChan('my_channel');
var channelName = channel.getProperty('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...
