Package com.opentok.android
Class SubscriberKit.SubscriberMediaLinkStats
java.lang.Object
com.opentok.android.SubscriberKit.SubscriberMediaLinkStats
- Enclosing class:
SubscriberKit
Provides subscriber media link statistics including local and remote
transport metrics and network degradation information.
-
Field Summary
FieldsModifier and TypeFieldDescriptionintIndicates the source of network degradation, if any.Remote publisher transport and network statistics.Local subscriber transport and network statistics. -
Constructor Summary
ConstructorsConstructorDescriptionSubscriberMediaLinkStats(TransportStats transport, TransportStats remotePublisherTransport, int networkDegradationSource) -
Method Summary
-
Field Details
-
transport
Local subscriber transport and network statistics. -
remotePublisherTransport
Remote publisher transport and network statistics. -
networkDegradationSource
public int networkDegradationSourceIndicates the source of network degradation, if any. Possible values:
-
-
Constructor Details
-
SubscriberMediaLinkStats
public SubscriberMediaLinkStats(TransportStats transport, TransportStats remotePublisherTransport, int networkDegradationSource)
-