audioLossRate property

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

The frame loss rate (%) of the remote audio stream in the reported interval.

Implementation

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