Rate this page:

QualityIssue

Consts

CODEC_MISMATCH

Copy URL
CODEC_MISMATCH: 

Indicates that local video is encoded by a codec different from the specified one. See IQualityIssueListener.onCodecMismatch(ICall, QualityIssueLevel, String) for details.

HIGH_MEDIA_LATENCY

Copy URL
HIGH_MEDIA_LATENCY: 

Indicates that a network-based media latency is detected in the call. See IQualityIssueListener.onHighMediaLatency(ICall, QualityIssueLevel, double) for details.

ICE_DISCONNECTED

Copy URL
ICE_DISCONNECTED: 

Indicates that ICE connection is switched to the "disconnected" state during the call. See IQualityIssueListener.onIceDisconnected(ICall, QualityIssueLevel) for details.

LOCAL_VIDEO_DEGRADATION

Copy URL
LOCAL_VIDEO_DEGRADATION: 

Indicates that the video resolution sent to the endpoint is lower than a captured video resolution. See IQualityIssueListener.onLocalVideoDegradation(ICall, QualityIssueLevel, int, int, int, int) for details.

NO_AUDIO_RECEIVE

Copy URL
NO_AUDIO_RECEIVE: 

Indicates that no audio received on one or more IRemoteAudioStream.

The issue level obtained from ICall.getCurrentQualityIssues() may be:

  1. QualityIssueLevel.NONE that indicates that audio is receiving on all remote audio streams.
  2. QualityIssueLevel.CRITICAL that indicates a problem with audio receive on at least one remote audio stream.

See IQualityIssueListener.onNoAudioReceive(ICall, QualityIssueLevel, IRemoteAudioStream, IEndpoint) for details.

NO_AUDIO_SIGNAL

Copy URL
NO_AUDIO_SIGNAL: 

Indicates that no audio is captured by the microphone. See IQualityIssueListener.onNoAudioSignal(ICall, QualityIssueLevel) for details.

NO_VIDEO_RECEIVE

Copy URL
NO_VIDEO_RECEIVE: 

Indicates that no video received on one or more IRemoteVideoStream.

The issue level obtained from ICall.getCurrentQualityIssues() may be:

  1. QualityIssueLevel.NONE that indicates that video is receiving on all remote video streams according to their configuration.
  2. QualityIssueLevel.CRITICAL that indicates a problem with video receive on at least one remote video stream.

See IQualityIssueListener.onNoVideoReceive(ICall, QualityIssueLevel, IRemoteVideoStream, IEndpoint) for details.

PACKET_LOSS

Copy URL
PACKET_LOSS: 

Indicates packet loss for last 2.5 seconds. See IQualityIssueListener.onPacketLoss(ICall, QualityIssueLevel, double) for details.