Agora Java API Reference for Android
|
Static Public Attributes | |
static final int | RTM_CONNECTION_STATE_DISCONNECTED = 1 |
static final int | RTM_CONNECTION_STATE_CONNECTING = 2 |
static final int | RTM_CONNECTION_STATE_CONNECTED = 3 |
static final int | RTM_CONNECTION_STATE_RECONNECTING = 4 |
static final int | RTM_CONNECTION_STATE_FAILED = 5 |
Connection states between rtm sdk and agora server.
|
static |
1: The SDK is disconnected with server.
|
static |
2: The SDK is connecting to the server.
|
static |
3: The SDK is connected to the server and has joined a channel. You can now publish or subscribe to a track in the channel.
|
static |
4: The SDK keeps rejoining the channel after being disconnected from the channel, probably because of network issues.
|
static |
5: The SDK fails to connect to the server or join the channel.