Skip to main content
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.

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 unique identifier for the transcription event.
object
Additional information related to the transcription event.
string
The ID of the room where the event occurred.
string
The name of the room where the event occurred.
string
The meeting session ID related to the event.
integer
The maximum number of participants allowed in the transcription session.
number
The duration of the session in seconds.
number
The cumulative participant minutes for the transcription session.
string
The current status of the transcription event.
object
The output parameters of the transcription event.
string
The error message associated with the transcription event.