fractionLost property

double? fractionLost
final

Packet loss rate, and the range is 0.0,1.0.

  • For a local user, it is the sent-packet loss ratio.
  • For a remote user, it is the loss ratio of all the packets received.

Implementation

final double? fractionLost;