Class HighRemoteInboundRttWarningEvent
-
- All Implemented Interfaces:
-
com.sinch.android.rtc.callquality.warnings.CallQualityWarningEvent,com.sinch.android.rtc.callquality.warnings.MediaStreamWarningEvent
public final class HighRemoteInboundRttWarningEvent implements MediaStreamWarningEvent
Warning issues when Round Trip Time (RTT) drops below 300 (for remote inbound stream).
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final MediaStreamTypemediaStreamTypeprivate final CallQualityWarningEventTypetype
-
Constructor Summary
Constructors Constructor Description HighRemoteInboundRttWarningEvent(MediaStreamType mediaStreamType, CallQualityWarningEventType type)
-
Method Summary
Modifier and Type Method Description StringgetName()String representation of the warning MediaStreamTypegetMediaStreamType()Type of stream the warning is issued for. CallQualityWarningEventTypegetType()Type of the warning event. -
-
Constructor Detail
-
HighRemoteInboundRttWarningEvent
HighRemoteInboundRttWarningEvent(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.
-
-
-
-