Typedef
Static Public Summary | ||
public |
The current browser's infos |
|
public |
Audio codec presets to use for |
|
public |
Video codec presets to use for |
|
public |
communicationQuality presets to use for |
|
public |
The events supported by Invite#on |
|
public |
The events supported by Local#on. |
|
public |
The events supported by Reach#on |
|
public |
The events supported by Room#on |
|
public |
The events supported by Remote#on. |
|
public |
TURN/STUN server configuration |
|
public |
The available stream types |
Static Public
public Codec/audio: Object source
Audio codec presets to use for
Properties:
Name | Type | Attribute | Description |
OPUS | RegExp | Opus audio codec http://opus-codec.org/. Only choice for high-quality audio. |
|
G722 | RegExp | G.722 audio codec |
|
G711 | RegExp | G.711 audio codec |
|
ISAC | RegExp | iSAC audio codec. Good for voice data, but not suitable for high-quality audio streams. |
|
ISAC_16 | RegExp | iSAC audio codec (16kHz) |
|
ISAC_32 | RegExp | iSAC audio codec (32kHz) |
|
ILBC | RegExp | iLBC audio codec. For bad channels & low bandwidth. |
|
ILBC | RegExp | iLBC audio codec. For bad channels & low bandwidth. |
public Events/Reach: Object source
The events supported by Reach#on
Properties:
Name | Type | Attribute | Description |
USER_ADDED | string | Fired when a new user is registered |
|
USER_CHANGED | string | Fired when an existing user logs in or out or changes is status |
|
USER_REMOVED | string | Fired when a user is unregistered |
|
ROOM_ADDED | string | Fired when a room is created |
|
ROOM_CHANGED | string | Fired when a room status is changing |
|
ROOM_REMOVED | string | Fired when a room is closed definitely |
|
INVITE_ADDED | string | Fired when an invite is received |
|
INVITE_CHANGED | string | Fired when an invite status is modified |
public Events/Room: Object source
The events supported by Room#on
Properties:
Name | Type | Attribute | Description |
PARTICIPANT_ADDED | string | Fired when a new participant is added to the room. Does not mean he's connected but that he's invited to |
|
PARTICIPANT_CHANGED | string | Fired when a participant changes is status (enter/leaves the room) |
|
PARTICIPANT_REMOVED | string | Fired when a user leaves definitely or is banned |
|
MESSAGE_ADDED | string | Fired when a new instant message is sent to the room |
|
MESSAGE_CHANGED | string | Fired when an instant message is edited |
|
MESSAGE_REMOVED | string | Fired when an instant message is removed |
|
STREAM_PUBLISHED | string | Fired when a participant publishes a stream |
|
STREAM_UNPUBLISHED | string | Fired when a participant stops the publishing of his stream |
public StreamTypes: Object source
The available stream types
Properties:
Name | Type | Attribute | Description |
AUDIO | string |
|
Audio communication service |
VIDEO | string |
|
Video communication service |
AUDIO_VIDEO | string |
|
Audio and video communication service |
SCREEN_SHARING | string |
|
Screen-sharing communication service |