codecType property

  1. @JsonKey(name: 'codecType')
VideoCodecType? codecType
final

The codec type of the local video stream. See VideoCodecType.

Implementation

@JsonKey(name: 'codecType')
final VideoCodecType? codecType;