onLocalAudioPropertiesReport property
After calling RTCVideo.enableAudioPropertiesReport, you will periodically receive this callback for the information about local audio.
Local audio includes the microphone audio, the screen audio captured using RTC SDK internal mechanisms, and locally mixing audio.
Implementation
OnLocalAudioPropertiesReportType? onLocalAudioPropertiesReport;