Package com.sinch.android.rtc.callquality.warnings
See: Description
-
Interface Summary Interface Description CallQualityWarningEvent General interface for objects describing call quality warning events. MediaStreamWarningEvent Media stream warning acts as a base interface for warnings issued for individual streams (video or audio). CallQualityWarningEventListener Receiver of Call Quality warnings events issued by Sinch SDK. -
Class Summary Class Description HighInboundJitterWarningEvent Warning issued when Jitter 30 ms for 3 out of last 4 samples. HighRemoteInboundRttWarningEvent Warning issues when Round Trip Time (RTT) drops below 300 (for remote inbound stream). HighInboundPacketLossWarningEvent Warning issued when Packet loss 1% in 3 out of last 4 samples. ConstantOutboundAudioLevelWarningEvent Warning issued when standard deviation of audio level measurements from last 20 seconds is lower then 0.5% of the maximum possible audio level value. ConstantInboundAudioLevelWarningEvent Warning issued when standard deviation of audio level measurements from last 20 seconds is lower then 0.5% of the maximum possible audio level value. ZeroOutboundAudioLevelWarningEvent Warning issued when the audio level measurements of the outbound rtp audio stream from last 2 seconds are equal to 0. ZeroInboundAudioLevelWarningEvent Warning issued when the audio level measurements of the inbound rtp audio stream from last 2 seconds are equal to 0. MissingMediaStreamWarningEvent Warning issued when ICE connection is not in IceConnectionState.CONNECTED state after the call is established. LowOSOutputVolumeLevel Warning issued when platform level volume is within lower 25% range. -
Enum Summary Enum Description CallQualityWarningEventType Represents type of the call quality warning event.