Recording events
Recording events
If you will be recording your calls, you might be interested in monitoring the status of those recordings. Daily's recording events help you monitor that and respond accordingly.
recording-started
Emitted for all participants when a recording starts.
All recording-started
events include the type of recording started (for React Native, this includes "raw-tracks"
or "cloud"
).
When the type is "cloud"
or "raw-tracks"
, the recording-started
event will also include startedBy
with the participant ID of the person who started the recording. "cloud"
recordings will also include the same layout
property as live streaming events.
recording-stopped
Emitted for all participants when a recording stops.
recording-stats
For experimental use only. This API may change.
recording-error
Emitted when a recording error occurs.