VIQualityIssueType
Consts
VIQualityIssueTypeCodecMismatch
Indicates that local video is encoded by a codec different from the specified one. See [VIQualityIssueDelegate call:didDetectCodecMismatch:issueLevel:] for details.
VIQualityIssueTypeLocalVideoDegradation
Indicates that the video resolution sent to the endpoint is lower than a captured video resolution. See [VIQualityIssueDelegate call:didDetectLocalVideoDegradation:targetSize:issueLevel:] for details.
VIQualityIssueTypeHighMediaLatency
Indicates that network-based media latency is detected in the call. See [VIQualityIssueDelegate call:didDetectHighMediaLatency:issueLevel:] for details.
VIQualityIssueTypeIceDisconnected
Indicates that ICE connection is switched to the "disconnected" state during the call. See [VIQualityIssueDelegate call:didDetectIceDisconnected:] for details.
VIQualityIssueTypeLowBandwidth
Indicates that current bitrate is insufficient for sending video in current resolution. See [VIQualityIssueDelegate call:didDetectLowBandwidth:targetBitrate:issueLevel:] for details.
VIQualityIssueTypeNoAudioSignal
Indicates that no audio is captured by the microphone. See [VIQualityIssueDelegate call:didDetectNoAudioSignal:] for details.
VIQualityIssueTypePacketLoss
Indicates packet loss for last 2.5 seconds. See [VIQualityIssueDelegate call:didDetectPacketLoss:issueLevel:] for details.