enableAudio property

  1. @JsonKey(name: 'enableAudio')
bool? enableAudio
final

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

Implementation

@JsonKey(name: 'enableAudio')
final bool? enableAudio;