onRemoteAudioPropertiesReport property

OnRemoteAudioPropertiesReportType? onRemoteAudioPropertiesReport
getter/setter pair

After calling RTCVideo.enableAudioPropertiesReport, the local user will receive this callback periodically to get the volume information of the remote audio.

Audio of remote users includes microphone audio and screen audio captured using the RTC SDK's internal capture module.

Implementation

OnRemoteAudioPropertiesReportType? onRemoteAudioPropertiesReport;