enableVideo property

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

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

Implementation

@JsonKey(includeIfNull: false)
bool? enableVideo;