logo
On this page

Display Subtitles


During voice calls between users and AI agents, subtitles are delivered to clients through RTC room messages. As follows:

  • User's speech: Stream display of what the user is saying (real-time ASR recognition results)
  • AI agent's speech: Stream display of the AI agent's output (real-time LLM output results)
subtitle.png

Please refer to the detailed implementation guides for subtitle display on each platform:

Previous

Quick Start Voice Call

Next

Display User And Agent Status

On this page

Back to top