getLiveStreams()
39
Description
Retrieves complete license information including information on the maximum bandwidth
and maximum number of connections, adaptors, virtual hosts, and CPUs that are allowed by
the license. License information for all your licenses is first summarized, followed by specific
information about each license.
getLiveStreams()
Availability
■
Flash Player 6.
■
Flash Communication Server MX 1.0.
Usage
getLiveStreams(
app_instance
)
Parameters
app_instance
A string that contains the name of the instance of the application, in the
form
application_name
/
instance_name
.
Returns
If the call succeeds, the server sends a reply information object with a
level
property of
status
, a
code
property of
NetConnection.Call.Success
, and a
data
property that is an
array of strings containing the names of all the live streams that are currently publishing to the
specified instance of an application.
If the call fails, the server sends a reply information object with a
level
property of
error
and a
code
property of
NetConnection.Call.Failed
or a more specific value, if available.
Some objects might also have a
description
property that contains a string describing the
cause of the failure.
Description
Gets an array of strings that contains the names of all the live streams that are currently
publishing to the specified instance of an application.
See also
getLiveStreamStats()