width property

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

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

Implementation

@JsonKey(includeIfNull: false)
int? width;