Skip to main content
A recording ready to download event is sent when a recording enters a finished state with a non-zero duration. At this point, a recording will exist in an S3 bucket for download. If an error ocurred during recording, you will also receive a recording.error event.

Common fields

string
Represents the version of the event. Uses semantic versioning to inform a consumer if the payload has introduced any breaking changes.
string
Represents the type of the event described in the payload.
string
An identifier representing this specific event.
object
An object representing the event, whose fields are described below.
number
Documenting when the webhook itself was sent. This timestamp is different than the time of the event the webhook describes.

Payload

string
The type of recording that was generated.
string
An ID identifying the recording that was generated.
string
The name of the room where the recording was made.
integer
The Unix epoch time in seconds representing when the recording started.
string
The status of the given recording.
integer
The number of participants on the call that were recorded.
integer
The duration in seconds of the call.
string
The location of the recording in the provided S3 bucket.
array
If the recording is a raw-tracks recording, a tracks field will be provided. If role permissions have been removed, the tracks field may be null.