Rate this page:

QualityIssue

Consts

NoAudioReceive

Copy URL

This API is in beta and subject to change.

Indicates that no audio received on one or more RemoteAudioStream.

The issue level obtained from Call.currentQualityIssues 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 QualityIssueListener.onNoAudioReceive for details.

NoVideoReceive

Copy URL

This API is in beta and subject to change.

Indicates that no video received on one or more RemoteVideoStream.

The issue level obtained from Call.currentQualityIssues 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 QualityIssueListener.onNoVideoReceive for details.