Class MissingMediaStreamWarningEvent
-
- All Implemented Interfaces:
-
com.sinch.android.rtc.callquality.warnings.CallQualityWarningEvent
public final class MissingMediaStreamWarningEvent implements CallQualityWarningEvent
Warning issued when ICE connection is not in IceConnectionState.CONNECTED state after the call is established.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final CallQualityWarningEventTypetype
-
Constructor Summary
Constructors Constructor Description MissingMediaStreamWarningEvent(CallQualityWarningEventType type)
-
Method Summary
Modifier and Type Method Description StringgetName()String representation of the warning CallQualityWarningEventTypegetType()Type of the warning event. -
-
Constructor Detail
-
MissingMediaStreamWarningEvent
MissingMediaStreamWarningEvent(CallQualityWarningEventType type)
-
-
Method Detail
-
getType
CallQualityWarningEventType getType()
Type of the warning event.
-
-
-
-