VILocalVideoDegradation class
Represents a quality issue reporting that the video resolution sent to the endpoint is lower than a captured video resolution. As a result it affects remote video quality on the remote participant side, but do not affect the quality of local video preview on the android application.
The issue level may vary during the call.
Possible reasons:
- High CPU load during the video call
- Network issues such as poor internet connection or low bandwidth
A subclass of VIQualityIssue
- Inheritance
-
- Object
- VIQualityIssue
- VILocalVideoDegradation
Properties
- actualSize → VIFrameSize
-
Sent frame size.
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
- targetSize → VIFrameSize
-
Captured frame size.
final
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