VINoVideoReceive class

Represents a quality issue reporting that no video is received on the remote video stream.

Issue level can be only VIQualityIssueLevel.Critical if the issue is detected or VIQualityIssueLevel.None if the issue is not detected or resolved.

If no video receive is detected on several remote video streams,the event will be invoked for each of the remote video streams with the issue.

If the issue level is VIQualityIssueLevel.Critical the event will not be invoked with the level VIQualityIssueLevel.None in cases:

The issue is not detected for the following cases:

Possible reasons:

  • Poor internet connection on the client or the endpoint
  • Connection lost on the endpoint
  • The endpoint's application has been moved to the background state on an iOS device (camera usage is prohibited while in the background on iOS)

A subclass of VIQualityIssue

Inheritance

Properties

endpointId String
Id endpoint the issue belongs to.
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
videostreamId String
Id remote video stream the issue occured on.
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