sentFrameRate property

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

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

Implementation

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