+
Show TOC
×
Hide TOC
All constants
AV_CONNECTION_ERROR
public static constant property
Dispatched when the connection to Red5 server can't be established.
AV_CONNECTION_INITIALIZED
public static constant property
Dispatched when the connection to Red5 server has been established.
CHAT_REFUSED
public static constant property
Dispatched when an a/v chat request has been refused by the recipient.
CHAT_REQUEST
public static constant property
Dispatched when an a/v chat request is received.
CHAT_STARTED
public static constant property
Dispatched when an a/v chat session is started, after the recipient accepted the requester's invitation.
CHAT_STOPPED
public static constant property
Dispatched when an a/v chat session is stopped.
CLIP_ADDED
public static constant property
Dispatched when a new a/v clip has been submitted by one of the users in the current zone.
CLIP_DELETED
public static constant property
Dispatched when an a/v clip has been deleted by one of the users in the current zone.
CLIP_LIST
public static constant property
Dispatched when clips list is returned, in response to a
AVClipManager.getClipList
request.
CLIP_RECORDING_STARTED
public static constant property
Dispatched when the recording af an a/v clip starts, in response to a
AVClipManager.startClipRecording
request.
CLIP_SUBMISSION_FAILED
public static constant property
Dispatched when an error occurs in the RedBox server-side extension after submitting an a/v clip.
CLIP_UPDATED
public static constant property
Dispatched when the properties of an a/v clip have been updated by one of the users in the current zone.
DUPLICATE_REQUEST
public static constant property
Dispatched when a chat request is sent, but a mutual request has already been sent by the recipient.
LIVE_CAST_PUBLISHED
public static constant property
Dispatched when a user in the current room published his own live stream.
LIVE_CAST_UNPUBLISHED
public static constant property
Dispatched when a user in the current room stops his own live stream.
RECIPIENT_MISSING
public static constant property
Dispatched when a chat request is sent, but the recipient is not available.
REQ_TYPE_RECEIVE
public static constant property
Audio/video chat request type: "stream from recipient to requester".
REQ_TYPE_SEND
public static constant property
Audio/video chat request type: "stream from requester to recipient".
REQ_TYPE_SEND_RECEIVE
public static constant property
Audio/video chat request type: "bi-directional stream".
STATUS_ACCEPTED
public static constant property
Chat session status: "accepted".
STATUS_ACTIVE
public static constant property
Chat session status: "active".
STATUS_PENDING
public static constant property
Chat session status: "pending".