vad property

  1. @JsonKey(name: 'vad')
int? vad
final

Voice activity status of the local user. 0: The local user is not speaking. 1: The local user is speaking. The vad parameter does not report the voice activity status of remote users. In a remote user's callback, the value of vad is always 1. To use this parameter, you must set reportVad to true when calling enableAudioVolumeIndication.

Implementation

@JsonKey(name: 'vad')
final int? vad;