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)

Please refer to the detailed implementation guides for subtitle display on each platform:
Android
Android subtitle display implementation guide
iOS
iOS subtitle display implementation guide
Web
Web subtitle display implementation guide