+
Show TOC
×
Hide TOC
All properties
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.
enableCamera
A flag indicating if the video stream for the current a/v chat session is enabled.
enableMicrophone
A flag indicating if the audio stream for the current a/v chat session is enabled.
iAmRequester
A flag indicating if the current user is the requester of the a/v chat session.
id
ChatSession
The chat session id.
id
Clip
The clip id.
id
LiveCast
The live cast id.
isConnected
The status of the connection to the Red5 server.
lastModified
The date in which the clip was last modified.
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.
mateId
The SmartFoxServer's user id of the chat mate.
mateName
The SmartFoxServer's user name of the chat mate.
mateStream
The incoming flash.net.NetStream object of the chat mate.
myStream
The outgoing flash.net.NetStream object of the current user.
properties
The properties associated with the clip.
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".
requestType
The a/v chat request type.
rtmpURL
The full RMTP url of the clip.
size
The size in bytes of the clip.
status
The chat session status.
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".
stream
The incoming flash.net.NetStream object of the live a/v cast.
userId
The id of the live cast owner.
username
Clip
The clip owner.
username
LiveCast
The username of the live cast owner.