useRecordingInstances(): RecordingInstanceState[]
This is useful when working with multi-instance recording to enumerate and display all active (and recently stopped) recording instances.
Return value
An array ofRecordingInstanceState objects, each with the following properties:
true if this instance encountered a recording error.Error message for this instance, if any.
The unique identifier for this recording instance.
Whether the local participant is recorded by this instance.
Whether this instance is currently recording.
The recording layout configuration for this instance.
true if this is a local recording.The recording ID for this instance.
When this instance started recording.
The session ID of the participant who started this recording.
The recording type (e.g.,
'cloud', 'local').