API Version: 6.5

Add-on features

All of these features need to be enabled/activated before they will function.
IPCortex.PBX.enableFeature('featurename', callback, [list of transports]);
See the details below for possible ways to use this command.

Feature: AV

Feature name: av / Supported transports: chat
An inbound AV request in a chatroom calls the callback with an instance of an AV object. The 'AV.signalling' property indicates the room the request arrived on.
To initiate an AV call in a room, call Room.

Feature: File

Feature name: file / Supported transports: chat
An inbound File transfer request in a chatroom calls the provided callback with an instance of an File object. The 'File.signalling' property indicates the room the request arrived on.
To initiate an AV call in a room, call Room.sendFile(fileObject) where fileObject is a web-browser 'File' object to send.

Feature: Command

Feature name: cmd / Supported transports: chat
This is a keevio specific feature. No implementation details will be provided here.