QualityIssue
Consts
CODEC_MISMATCH
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
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
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
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
NO_AUDIO_RECEIVE: Indicates that no audio received on one or more IRemoteAudioStream.
The issue level obtained from ICall.getCurrentQualityIssues() may be:
- QualityIssueLevel.NONE that indicates that audio is receiving on all remote audio streams.
- 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
NO_AUDIO_SIGNAL: Indicates that no audio is captured by the microphone. See IQualityIssueListener.onNoAudioSignal(ICall, QualityIssueLevel) for details.
NO_VIDEO_RECEIVE
NO_VIDEO_RECEIVE: Indicates that no video received on one or more IRemoteVideoStream.
The issue level obtained from ICall.getCurrentQualityIssues() may be:
- QualityIssueLevel.NONE that indicates that video is receiving on all remote video streams according to their configuration.
- 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
PACKET_LOSS: Indicates packet loss for last 2.5 seconds. See IQualityIssueListener.onPacketLoss(ICall, QualityIssueLevel, double) for details.