VICodecMismatch class

Represents a quality issue reporting that the local video is encoded by a codec different from specified one in VICallSettings.preferredVideoCodec.

Issue level is VIQualityIssueLevel.Critical if video is not sent, VIQualityIssueLevel.Major in case of codec mismatch or VIQualityIssueLevel.None if the issue is not detected.

Possible reasons:

  • The video is not sent for some reasons. In this case codec will be null
  • Different codecs are specified in the call endpoints

A subclass of VIQualityIssue

Inheritance

Properties

codec String?
Codec that is currently used or null if the video is not sent
final
hashCode int
The hash code for this object.
no setterinherited
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