Recording audio
Start recording to receive audio chunks via a callback, then stop when the user is done. Each chunk is anAudioMetaData object.
AudioMetaData
Sending audio
Send a recorded clip withsendMessage using the audio field:
Transcripts
When audio is transcribed, the SDK emits anAUDIO_TRANSCRIPT event. Use it to show the recognized text:
Voice mode
For continuous spoken conversation, use thevoice getter, which returns a VoiceAgent:
Voice mode is a distinct, real-time conversational interface — separate from one-off audio messages. Check that your agent has voice enabled in console.eka.care.

