Skip to main content
A transcript started event emits when Daily begins to transcribe a call. These can be activated via startTranscription(), via the REST API, or from within your client.

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.
integer
The duration of the session in seconds.
integer
The cumulative participant minutes for the transcription session.
string
The current status of the transcription event.
object
The output parameters of the transcription event.