width property

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

Width of the video frame of the user on the CDN live streaming. The default value is 360.

Implementation

@JsonKey(includeIfNull: false)
int? width;