captureHeight property

  1. @JsonKey(includeIfNull: false)
int? captureHeight
getter/setter pair

The height (px) of the video image captured by the local camera. To customize the height of the video image, set preference as Manual(3) first, and then use this parameter.

Implementation

@JsonKey(includeIfNull: false)
int? captureHeight;