-
Notifications
You must be signed in to change notification settings - Fork 4
Server API
uistler edited this page Apr 10, 2013
·
1 revision
_app {string} - app slug
_session_id {string} - unique id
Sets main Session/Room that used for communications
_session_id {string} - room name
member_data {Object} - client identification data
Connect to additional session.
If passed member_data starts listing other joins and disconnects. Notifies other members about new member.
_session_id {string} - unique id
Removes member from the room, notify others if previously passed member_data argument to add_session methods.
data {Object} - data to send _session_id - unique id
Sends data in room, all room members will receive it.