height property

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

The height of the video in pixels. The default value is 640. When pushing video streams to the CDN, the value range of height is 64,1080. If the value is less than 64, Agora server automatically adjusts it to 64; if the value is greater than 1080, Agora server automatically adjusts it to 1080. When pushing audio streams to the CDN, set width and height as 0.

Implementation

@JsonKey(includeIfNull: false)
int? height;