videoCodecProfile property
Video codec profile type: VideoCodecProfileType. Set it as BASELINE
, MAIN
, or HIGH
(default). If you set this parameter to other values, anyrtc adjusts it to the default value HIGH
.
Implementation
@JsonKey(includeIfNull: false)
VideoCodecProfileType? videoCodecProfile;