Skip to main content
Emitted when transcription data is received during a call. Transcription messages are automatically separated from regular infoReceived events.

Category

Transcription

Callback Parameters

The transcription object typically has the following structure (depending on your Voice Gateway configuration):

Example

If an incoming info message contains a _transcription property, it is emitted only as a transcription event — not as an infoReceived event.

Transcription Filtering

The SDK automatically separates transcription data from regular info messages. No additional configuration is needed — the filtering is handled automatically:
  • transcription event: Receives only messages that contain a _transcription property.
  • infoReceived event: Receives all other info messages.
This means you can listen to both events independently without worrying about duplicates.

More Information

Last modified on April 21, 2026