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 ofLiveStreamingInstanceState 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.