Transcript Error

If an error occurs during transcript, or before a transcript can be started, a transcript.error event may be emitted. You may still receive a transcript.started event, or transcript.ready-to-download event, depending on when the error was emitted during the transcript lifecycle.

Webhook Events

There are five common fields all events share:

string

Represents the version of the event. This 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. 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

string

The semantic version of the current message.

string

The type of event that is being provided.

Options: "transcript.error"
string

The unique identifier for this webhook event.

number

The Unix epoch time in seconds representing when the event was generated.

object

The payload of the object, describing the given event.

string

The unique identifier for the transcription event.

object

Additional information related to the transcription event.

The instance ID related to the event.

integer

The Unix epoch time in seconds representing the start time of the transcription.

integer

The Unix epoch time in seconds representing the end time of the transcription.

string

The ID of the room where the event occurred.

The meeting session ID related to the event.

The maximum number of participants allowed in the transcription session.

number

The duration of the session in seconds.

The cumulative participant minutes for the transcription session.

string

The current status of the transcription event.

Options: "t_in_progress","t_finished","t_error"

The output parameters of the transcription event.

object

Details for the S3 storage of the transcription output.

string

The S3 key for the transcription output file.

string

The S3 bucket where the transcription output is stored.

string

The AWS region of the S3 bucket.

An external identifier for the S3 configuration.

The ARN of the role assumed for S3 access.

string

The error message associated with the transcription event.

;