public interface AVChatResCode
限定符和类型 | 接口和说明 |
---|---|
static interface |
AVChatResCode.JoinChannelCode
加入频道时产生的错误码
|
static interface |
AVChatResCode.LiveEventCode
互动直播事件码
|
static interface |
AVChatResCode.RoomServerCode
roomServer相关错误码
|
限定符和类型 | 字段和说明 |
---|---|
static int |
COMMON_OK
请求成功
|
static int |
ERROR_CREATE_ROOM_ALREADY_EXIST
房间已经创建好
|
static int |
ERROR_DISCONNECT_SERVER_CHANNEL_CLOSED
从服务器断开, 房间被关闭
|
static int |
ERROR_DISCONNECT_SERVER_CHANNEL_KICKED
被踢出房间
|
static int |
ERROR_DISCONNECT_SERVER_TIMEOUT
从服务器断开, 本地网络超时
|
static int |
ERROR_JOIN_ROOM_NON_EXISTENT
频道不存在
|
static int |
ERROR_PROTO_INCOMPATIBLE_LOCAL_LOW
SDK版本太低不兼容
|
static int |
ERROR_PROTO_INCOMPATIBLE_REMOTE_LOW
对方SDK版本太低不兼容
|
static int |
ERROR_USER_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