Class HighInboundPacketLossWarningEvent
-
- All Implemented Interfaces:
-
com.sinch.android.rtc.callquality.warnings.CallQualityWarningEvent,com.sinch.android.rtc.callquality.warnings.MediaStreamWarningEvent
public final class HighInboundPacketLossWarningEvent implements MediaStreamWarningEvent
Warning issued when Packet loss > 1% in 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 HighInboundPacketLossWarningEvent(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
-
HighInboundPacketLossWarningEvent
HighInboundPacketLossWarningEvent(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.
-
-
-
-