Class ZeroInboundAudioLevelWarningEvent
-
- All Implemented Interfaces:
-
com.sinch.android.rtc.callquality.warnings.CallQualityWarningEvent,com.sinch.android.rtc.callquality.warnings.MediaStreamWarningEvent
public final class ZeroInboundAudioLevelWarningEvent implements MediaStreamWarningEvent
Warning issued when the audio level measurements of the inbound rtp audio stream from last 2 seconds are equal to 0.
-
-
Field Summary
Fields Modifier and Type Field Description private final MediaStreamTypemediaStreamTypeprivate final Stringnameprivate final CallQualityWarningEventTypetype
-
Constructor Summary
Constructors Constructor Description ZeroInboundAudioLevelWarningEvent(CallQualityWarningEventType type)
-
Method Summary
Modifier and Type Method Description MediaStreamTypegetMediaStreamType()StringgetName()String representation of the warning CallQualityWarningEventTypegetType()Type of the warning event. -
-
Constructor Detail
-
ZeroInboundAudioLevelWarningEvent
ZeroInboundAudioLevelWarningEvent(CallQualityWarningEventType type)
-
-
Method Detail
-
getMediaStreamType
MediaStreamType getMediaStreamType()
-
getType
CallQualityWarningEventType getType()
Type of the warning event.
-
-
-
-