totalReceivePacketLoss property

  1. @JsonKey(name: 'totalRecvPacketLoss')
double? totalReceivePacketLoss
inherited

The total amount (video + audio) of packet loss on the receive side of the network.

Implementation

@JsonKey(name: 'totalRecvPacketLoss')
double? get totalReceivePacketLoss => throw _privateConstructorUsedError;