sentBitrate property

  1. @JsonKey(name: 'sentBitrate')
int? sentBitrate
final

The actual bitrate (Kbps) while sending the local video stream. This value does not include the bitrate for resending the video after packet loss.

Implementation

@JsonKey(name: 'sentBitrate')
final int? sentBitrate;