Skip to main content
Paid plans only useLiveStreamingInstances(): LiveStreamingInstanceState[] This is useful when working with multi-instance live streaming to enumerate and display all active (and recently stopped) streaming instances.

Return value

An array of LiveStreamingInstanceState objects, each with the following properties:
string
Error message for this instance, if any.
string
The unique identifier for this live streaming instance.
boolean
Whether this instance is currently live streaming.
Object
The live streaming layout configuration for this instance.

Example

See also