public static interface AVChatResCode.RoomServerCode
Modifier and Type | Field and Description |
---|---|
static int |
ROOM_SERVER_NOT_ANCHOR
Not host
|
static int |
ROOM_SERVER_NOT_LIVE_MODE
Non live mode
|
static int |
ROOM_SERVER_REQUEST_CHANNEL_NOT_EXIST
Request does not exist (channel ID)
|
static int |
ROOM_SERVER_REQUEST_DATA_ERROR
Request data error
|
static int |
ROOM_SERVER_REQUEST_FAILED
Request failed
|
static int |
ROOM_SERVER_REQUEST_INVALID
Authentication failed
|
static int |
ROOM_SERVER_REQUEST_OK
Request success
|
static int |
ROOM_SERVER_REQUEST_SERVER_ERROR
Server internal error
|
static int |
ROOM_SERVER_REQUEST_TURN_SERVER_ERROR
Internal error (TurnServer request error)
|
static int |
ROOM_SERVER_REQUEST_USER_NOT_EXIST
UID does not exist in the room
|
static final int ROOM_SERVER_REQUEST_OK
static final int ROOM_SERVER_NOT_LIVE_MODE
static final int ROOM_SERVER_NOT_ANCHOR
static final int ROOM_SERVER_REQUEST_FAILED
static final int ROOM_SERVER_REQUEST_INVALID
static final int ROOM_SERVER_REQUEST_CHANNEL_NOT_EXIST
static final int ROOM_SERVER_REQUEST_USER_NOT_EXIST
static final int ROOM_SERVER_REQUEST_DATA_ERROR
static final int ROOM_SERVER_REQUEST_TURN_SERVER_ERROR
static final int ROOM_SERVER_REQUEST_SERVER_ERROR