enableAudio property

  1. @JsonKey(includeIfNull: false)
bool? enableAudio
getter/setter pair

Whether to enable the audio device for the call loop test: true: (Default) Enables the audio device. To test the audio device, set this parameter as true. false: Disables the audio device.

Implementation

@JsonKey(includeIfNull: false)
bool? enableAudio;