QualityIssue
Consts
NoAudioReceive
Indicates that no audio received on one or more RemoteAudioStream.
The issue level obtained from Call.currentQualityIssues 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 QualityIssueListener.onNoAudioReceive for details.
NoVideoReceive
Indicates that no video received on one or more RemoteVideoStream.
The issue level obtained from Call.currentQualityIssues 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 QualityIssueListener.onNoVideoReceive for details.