TRTC_AUDIO_QUALITY_DEFAULT property Null safety

int TRTC_AUDIO_QUALITY_DEFAULT
final

Default: sample rate: 48 kHz; mono channel; audio bitrate: 50 Kbps. This is the default sound quality of the SDK and recommended if there are no special requirements.

Implementation

static final int TRTC_AUDIO_QUALITY_DEFAULT = 2;