rtcEngine$onAudioVADStateUpdate method

FutureOr<void> rtcEngine$onAudioVADStateUpdate(
  1. ByteRTCEngine engine,
  2. ByteRTCAudioVADType state
)

@detail callback @hidden 3.60 for internal use only @region Audio Management @author gengjunjie @brief Callback about voice detection .
After enableAudioVADReport, you will periodically receive this callback.
@param state Voice detection result, see ByteRTCAudioVADType{@link #ByteRTCAudioVADType}.

Implementation

FutureOr<void> rtcEngine$onAudioVADStateUpdate(
    ByteRTCEngine engine, ByteRTCAudioVADType state) async {}