public interface AVChatConnectStatus
Modifier and Type | Field and Description |
---|---|
static int |
CONNECT_ING
Connecting
|
static int |
CONNECTED
Connected
|
static int |
DISCONNECT
Disconnected
|
static int |
NONE
No connection
|
static int |
RE_CONNECT_ING
Reconnecting
|