infoReceived events.
Category
TranscriptionCallback 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:transcriptionevent: Receives only messages that contain a_transcriptionproperty.infoReceivedevent: Receives all other info messages.