Class HighInboundJitterWarningEvent
-
- All Implemented Interfaces:
-
com.sinch.android.rtc.callquality.warnings.CallQualityWarningEvent,com.sinch.android.rtc.callquality.warnings.MediaStreamWarningEvent
public final class HighInboundJitterWarningEvent implements MediaStreamWarningEvent
Warning issued when Jitter > 30 ms for 3 out of last 4 samples.
-
-
Field Summary
Fields Modifier and Type Field Description private final MediaStreamTypemediaStreamTypeprivate final CallQualityWarningEventTypetypeprivate final Stringname
-
Constructor Summary
Constructors Constructor Description HighInboundJitterWarningEvent(MediaStreamType mediaStreamType, CallQualityWarningEventType type)
-
Method Summary
Modifier and Type Method Description MediaStreamTypegetMediaStreamType()Type of stream the warning is issued for. CallQualityWarningEventTypegetType()Type of the warning event. StringgetName()String representation of the warning -
-
Constructor Detail
-
HighInboundJitterWarningEvent
HighInboundJitterWarningEvent(MediaStreamType mediaStreamType, CallQualityWarningEventType type)
-
-
Method Detail
-
getMediaStreamType
MediaStreamType getMediaStreamType()
Type of stream the warning is issued for.
-
getType
CallQualityWarningEventType getType()
Type of the warning event.
-
-
-
-