VINoAudioReceive
Represents a quality issue reporting that no audio is received on the remote audio stream.
Issue level can be only Critical if the issue is detected or None if the issue is not detected or resolved.
If no audio receive is detected on several remote audio streams,the event will be invoked for each of the remote audio streams with the issue.
If the issue level is Critical the event will not be invoked with the level None in cases:
- The (conference) call ended
- The endpoint left the conference call - VIEndpoint.onEndpointRemoved is invoked
The issue is not detected for the following cases:
- The endpoint put the call on hold via VICall.hold
- The endpoint stopped sending audio during a call via VICall.sendAudio
Possible reasons:
- Poor internet connection on the client or the endpoint
- Connection lost on the endpoint
A subclass of VIQualityIssue
Props
audiostreamId
String
audiostreamId
Id remote audio stream the issue occured on.
Returns
type:
String
endpointId
String
endpointId
Id endpoint the issue belongs to.
Returns
type:
String