java.lang.Object

com.opentok.android.NetworkDegradationSource


public final class NetworkDegradationSource extends Object

Nested Class Summary

Nested Classes

Modifier and Type

Class

Description

static @interface

NetworkDegradationSource.Source

Network degradation source constants

Field Summary

Fields

Modifier and Type

Field

Description

static final int

BOTH_OR_UNCLEAR

static final int

LOCAL

static final int

NONE

static final int

REMOTE

Method Summary

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Details

NONE

public static final int NONE

See Also: : - [Constant Field Values]

BOTH_OR_UNCLEAR

public static final int BOTH_OR_UNCLEAR

See Also: : - [Constant Field Values]

LOCAL

public static final int LOCAL

See Also: : - [Constant Field Values]

REMOTE

public static final int REMOTE

See Also: : - [Constant Field Values]