com.opentok.android.SubscriberKit.SubscriberMediaLinkStats
Enclosing class:
: SubscriberKit
public static class SubscriberKit.SubscriberMediaLinkStats extends Object
Provides subscriber media link statistics including local and remote transport metrics and network degradation information.
Field Summary
Fields
Modifier and Type
Field
Description
int
networkDegradationSource
Indicates the source of network degradation, if any.
TransportStats
remotePublisherTransport
Remote publisher transport and network statistics.
TransportStats
transport
Local subscriber transport and network statistics.
Constructor Summary
Constructors
Constructor
Description
SubscriberMediaLinkStats(TransportStats transport, TransportStats remotePublisherTransport, int networkDegradationSource)
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Details
transport
public TransportStats transport
Local subscriber transport and network statistics.
remotePublisherTransport
public TransportStats remotePublisherTransport
Remote publisher transport and network statistics.
networkDegradationSource
public int networkDegradationSource
Indicates the source of network degradation, if any. Possible values:
NetworkDegradationSource.NONENetworkDegradationSource.BOTH_OR_UNCLEARNetworkDegradationSource.LOCALNetworkDegradationSource.REMOTE
Constructor Details
SubscriberMediaLinkStats
public SubscriberMediaLinkStats(TransportStats transport, TransportStats remotePublisherTransport, int networkDegradationSource)