Rate this page:

QualityIssue

Consts

CODEC_MISMATCH

Copy URL

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

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

ICE_DISCONNECTED

Copy URL

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

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.

LOW_BANDWIDTH

Copy URL

DEPRECATED

Indicates that current bitrate is insufficient for sending video in current resolution. See IQualityIssueListener.onLowBandwidth(ICall, QualityIssueLevel, double, double) for details.

NO_AUDIO_RECEIVE

Copy URL

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

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

NO_VIDEO_RECEIVE

Copy URL

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

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