vad property
getter/setter pair
Whether the stream corresponding to StreamID contains voice, 0 means noise, 1 means normal voice. This value is valid only when the enableVAD
parameter in the ZegoSoundLevelConfig configuration is set to true when calling startSoundLevelMonitor
.
Implementation
int vad;