QualityIssue
Consts
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
Indicates that network-based media latency is detected in the call. See IQualityIssueListener.onHighMediaLatency(ICall, QualityIssueLevel, double) for details.
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
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
Indicates that current bitrate is insufficient for sending video in current resolution. See IQualityIssueListener.onLowBandwidth(ICall, QualityIssueLevel, double, double) for details.
NO_AUDIO_SIGNAL
Indicates that no audio is captured by the microphone. See IQualityIssueListener.onNoAudioSignal(ICall, QualityIssueLevel) for details.
PACKET_LOSS
Indicates packet loss for last 2.5 seconds. See IQualityIssueListener.onPacketLoss(ICall, QualityIssueLevel, double) for details.