enableAudioPropertiesReport abstract method
Enable audio information prompts.
After that, you will receive RTCVideoEventHandler.onLocalAudioPropertiesReport, RTCVideoEventHandler.onRemoteAudioPropertiesReport, and RTCVideoEventHandler.onActiveSpeaker.
Return value:
0: Success.<0: Failure. See ReturnStatus for the reason.
Implementation
Future<int?> enableAudioPropertiesReport(AudioPropertiesConfig config);