videoCodecProfile property

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

Video codec profile type for Media Push. Set it as 66, 77, or 100 (default). See VideoCodecProfileType for details. If you set this parameter to any other value, Agora adjusts it to the default value.

Implementation

@JsonKey(includeIfNull: false)
VideoCodecProfileType? videoCodecProfile;