Transcript Ready To Download
A transcript ready to download event is sent when a transcript enters a finished
state with a non-zero duration. At this point, a transcript will exist in an S3 bucket for download. If an error ocurred during transcript, you will also receive a transcript.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 transcript.started event will contain a start_ts timestamp of when the actual transcript started, and a slightly later event_ts timestamp indicating when the webhook event was sent.
Payload
The semantic version of the current message.
The unique identifier for this webhook event.
The Unix epoch time in seconds representing when the event was generated.
The payload of the object, describing the given event.
The unique identifier for the transcription event.
The output parameters of the transcription event.
The ID of the room where the event occurred.
The meeting session ID related to the event.
The duration of the session in seconds.
The cumulative participant minutes for the transcription session.
The current status of the transcription event.
The ID of the domain corresponding to this transcription event.
;