rtcEngine$onLocalAudioPropertiesReport method

FutureOr<void> rtcEngine$onLocalAudioPropertiesReport(
  1. ByteRTCEngine engine,
  2. NSArray<ByteRTCLocalAudioPropertiesInfo> audioPropertiesInfos
)

@detail callback @author huangshouqin @brief After calling enableAudioPropertiesReport:{@link #ByteRTCEngine#enableAudioPropertiesReport}, you will periodically receive this callback for the instantaneous information about local audio.
Local audio includes the microphone audio, the screen audio captured using RTC SDK internal mechanisms, and locally mixing audio. @param engine ByteRTCEngine object @param audioPropertiesInfos See ByteRTCLocalAudioPropertiesInfo{@link #ByteRTCLocalAudioPropertiesInfo}. On the macOS, you can set the volume of the local audio via setAudioCaptureDeviceVolume:.

Implementation

FutureOr<void> rtcEngine$onLocalAudioPropertiesReport(ByteRTCEngine engine,
    NSArray<ByteRTCLocalAudioPropertiesInfo> audioPropertiesInfos) async {}