public interface AVChatResCode
Modifier and Type | Interface and Description |
---|---|
static interface |
AVChatResCode.JoinChannelCode
An error occurs when joining a channel
|
static interface |
AVChatResCode.LiveEventCode
Live event code
|
static interface |
AVChatResCode.RoomServerCode
roomServer error
|
Modifier and Type | Field and Description |
---|---|
static int |
COMMON_OK
Request success
|
static int |
ERROR_CREATE_ROOM_ALREADY_EXIST
A room already exists
|
static int |
ERROR_DISCONNECT_SERVER_CHANNEL_CLOSED
Disconnected from the server and the room is closed
|
static int |
ERROR_DISCONNECT_SERVER_CHANNEL_KICKED
Removed from the room
|
static int |
ERROR_DISCONNECT_SERVER_TIMEOUT
Disconnected.
|
static int |
ERROR_JOIN_ROOM_NON_EXISTENT
The room does not exist
|
static int |
ERROR_PROTO_INCOMPATIBLE_LOCAL_LOW
incompatible SDK
|
static int |
ERROR_PROTO_INCOMPATIBLE_REMOTE_LOW
Incompatible SDK on the remote side
|
static int |
ERROR_USER_OFFLINE
Peer is offline
|
static final int COMMON_OK
static final int ERROR_USER_OFFLINE
static final int ERROR_CREATE_ROOM_ALREADY_EXIST
static final int ERROR_JOIN_ROOM_NON_EXISTENT
static final int ERROR_PROTO_INCOMPATIBLE_LOCAL_LOW
static final int ERROR_PROTO_INCOMPATIBLE_REMOTE_LOW
static final int ERROR_DISCONNECT_SERVER_TIMEOUT
static final int ERROR_DISCONNECT_SERVER_CHANNEL_CLOSED
static final int ERROR_DISCONNECT_SERVER_CHANNEL_KICKED