Telnyx Conversation Relay streams transcribed conversation text over WebSockets, so you can integrate voice calls with text-based AI workflows without handling raw audio.
Telnyx already supports real-time media streaming over WebSockets for bidirectional raw audio. Conversation Relay builds on this by streaming text instead of media, so your application receives transcribed conversation in real time without needing to process audio payloads yourself.
This suits teams focused on text-based AI workflows where raw audio handling is unnecessary, such as CRM logging, chatbot handoff, and any pipeline that works with transcribed text rather than media frames.
Processing raw audio requires dedicated infrastructure and adds complexity. Conversation Relay removes that overhead by delivering transcribed text directly, so you can plug voice calls into existing text-based workflows without building a media pipeline.
stream_bidirectional_mode: text in your call control commands.Read our developer documents for Conversation Relay Voice API and Conversation Relay TeXML to learn more.