Skip to main content

AI-Powered Real-Time Speech Recognition

This feature enables real-time transcription of audio content in scenarios such as RTC calls, video conferences, audio chat rooms, and live streaming. The AI-powered real-time speech recognition delivers high accuracy with low latency.

Currently supporting over 50 languages including Chinese, English, Japanese, Korean, Arabic, French, Spanish, Thai, Indonesian, etc. For details, see the language code list.

Prerequisites

AI-powered real-time speech recognition is an advanced feature of RC RTC SDK. To enable it, submit a ticket.

Configure Speech Recognition UI Visibility

Use RongCallKit#setDisplayASRUI to show/hide the speech recognition UI. Default: visible.

Parameters

ParameterTypeDescription
displaybooleantrue: Show UI
false: Hide UI

Code Example

RongCallKit.setDisplayASRUI(true);