videoCodecProfile property

  1. @JsonKey(includeIfNull: false)
VideoCodecProfileType? videoCodecProfile
getter/setter pair

Video codec profile type: VideoCodecProfileType. Set it as BASELINE, MAIN, or HIGH (default). If you set this parameter to other values, Agora adjusts it to the default value HIGH.

Implementation

@JsonKey(includeIfNull: false)
VideoCodecProfileType? videoCodecProfile;