Class ZeroOutboundAudioLevelWarningEvent
-
- All Implemented Interfaces:
-
com.sinch.android.rtc.callquality.warnings.CallQualityWarningEvent,com.sinch.android.rtc.callquality.warnings.MediaStreamWarningEvent
public final class ZeroOutboundAudioLevelWarningEvent implements MediaStreamWarningEvent
Warning issued when the audio level measurements of the outbound 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 ZeroOutboundAudioLevelWarningEvent(CallQualityWarningEventType type)
-
Method Summary
Modifier and Type Method Description MediaStreamTypegetMediaStreamType()StringgetName()String representation of the warning CallQualityWarningEventTypegetType()Type of the warning event. -
-
Constructor Detail
-
ZeroOutboundAudioLevelWarningEvent
ZeroOutboundAudioLevelWarningEvent(CallQualityWarningEventType type)
-
-
Method Detail
-
getMediaStreamType
MediaStreamType getMediaStreamType()
-
getType
CallQualityWarningEventType getType()
Type of the warning event.
-
-
-
-