VIPacketLoss class

Represents a quality issue reporting that packet loss detection. Packet loss can lead to missing of entire sentences, awkward pauses in the middle of a conversation or robotic voice during the call.

Issue level may vary during the call.

Possible reasons:

  • Network congestion
  • Bad hardware (parts of the network infrastructure)

A subclass of VIQualityIssue

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
level VIQualityIssueLevel
Issue level
finalinherited
packetLoss double
Average packet loss for 2.5 seconds.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited