onAudioVADStateUpdate property
void Function(ZegoAudioVADStableStateMonitorType type, ZegoAudioVADType state)?
onAudioVADStateUpdate
getter/setter pair
Callback for audio VAD stable state update.
Available since: 2.14.0
Description: Callback for audio VAD stable state update.
When to trigger: the startAudioVADStableStateMonitor
function must be called to start the audio VAD monitor and you must be in a state where it is publishing the audio and video stream or be in startPreview
state.
Restrictions: The callback notification period is 3 seconds.
Related APIs: startAudioVADStableStateMonitor
, stopAudioVADStableStateMonitor
.
type
audio VAD monitor typestate
VAD result
Implementation
static void Function(
ZegoAudioVADStableStateMonitorType type, ZegoAudioVADType state)?
onAudioVADStateUpdate;