VIHighMediaLatency class

Represents a quality issue reporting that the network-based media latency is detected in the call. Network-based media latency is calculated based on rtt (round trip time) and jitter buffer. Latency refers to the time it takes a voice/video packet to reach its destination. Sufficient latency causes call participants to speak over the top of each other.

Issue level may vary during the call.

Possible reasons:

  • Network congestion/delays
  • Lack of bandwidth

A subclass of VIQualityIssue

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
latency double
Network-based latency measured in milliseconds at the moment the issue triggered.
final
level VIQualityIssueLevel
Issue level
finalinherited
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