kBitrate property
Video receive bitrate (Kbps), represented by an instantaneous value. This parameter does not need to be set. The SDK automatically matches the most suitable bitrate based on the video resolution and frame rate you set.
Implementation
@JsonKey(name: 'kBitrate')
final int? kBitrate;