enableVideo property

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

Whether to enable the video device for the loop test. Currently, video device loop test is not supported. Please set this parameter to false.

Implementation

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