Recording Ready To Download
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.
Webhook Events
There are five common fields all events share:
Represents the version of the event. This uses semantic versioning to inform a consumer if the payload has introduced any breaking changes.
Represents the type of the event described in the payload.
An identifier representing this specific event.
An object representing the event, whose fields are described below.
Documenting when the webhook itself was sent. This timestamp is different than the time of the event the webhook describes. For example, a recording.started event will contain a start_ts timestamp of when the actual recording started, and a slightly later event_ts timestamp indicating when the webhook event was sent.
Payload
The semantic version of the current message.
The Unix epoch time in seconds representing when the event was generated.
The payload of the object, describing the given event.
An ID identifying the recording that was generated.
The name of the room where the recording was made.
The Unix epoch time in seconds representing when the recording started.
The number of participants on the call that were recorded.
The duration in seconds of the call.
The location of the recording in the provided S3 bucket.
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.