JRTCSDK-Android v2401.0
多方通话 API 文档
|
类 | |
interface | JRTCEnum.ReasonCode |
变量 | |
static final int | REASON_NONE = 0x00000000 |
static final int | REASON_OTHER = 0x00000001 |
static final int | REASON_CALL_FUNCTION_ERROR = 0x00000002 |
static final int | REASON_INVALID_PARAM = 0x00000003 |
static final int | REASON_CLI_SDK_NOT_INIT = 0x00000100 |
static final int | REASON_CLI_STATE_CANNOT_LOGIN = 0x00000200 |
static final int | REASON_CLI_TIMEOUT = 0x00000300 |
static final int | REASON_CLI_NETWORK = 0x00000400 |
static final int | REASON_CLI_APP_KEY_ERROR = 0x00000500 |
static final int | REASON_CLI_AUTH = 0x00000600 |
static final int | REASON_CLI_NO_USER = 0x00000700 |
static final int | REASON_CLI_SERVER_LOGOUT = 0x00000800 |
static final int | REASON_CONF_NOT_LOGIN = 0x00010000 |
static final int | REASON_CONF_TIMEOUT = 0x00020000 |
static final int | REASON_CONF_NETWORK = 0x00030000 |
static final int | REASON_CONF_KICKED = 0x00040000 |
static final int | REASON_CONF_OFFLINE = 0x00050000 |
static final int | REASON_CONF_QUIT = 0x00060000 |
static final int | REASON_CONF_OVER = 0x00070000 |
static final int | REASON_CONF_FULL = 0x00080000 |
static final int | REASON_CONF_INVALID_PASSWORD = 0x00090000 |
static final int | REASON_CONF_NUMBER_NOT_FOUND = 0x000D0000 |
static final int | REASON_CONF_APP_CONCURRENCY_FUL = 0x000F0000 |
static final int | REASON_CONF_ALL_CONCURRENCY_FUL = 0x00100000 |
static final int | REASON_CONF_ALREADY_IN = 0x00120000 |
static final int | REASON_CONF_INTERNAL_ERROR = 0x00130000 |
static final int | REASON_CONF_JOIN_LICENCE_LIMIT = 0x00140000 |
|
static |
方法调用失败
|
static |
AppKey 错误
|
static |
账号密码错误
|
static |
网络异常
|
static |
无该用户
|
static |
SDK 未初始化
|
static |
强制登出
|
static |
当前状态无法再次登录
|
static |
超时
|
static |
服务器房间成员总数上限(总房间人数)
|
static |
房间已经存在(同时只能一个房间存在)
|
static |
服务器会议成员总数上限(移动端房间人数)
|
static |
房间成员已满
|
static |
房间异常(服务端下发)
|
static |
无效密码
|
static |
会场人员上限,licence限制
|
static |
被踢
|
static |
网络异常
|
static |
未登录
|
static |
房间不存在
|
static |
掉线
|
static |
房间结束
|
static |
主动离开
|
static |
超时
|
static |
参数错误
|
static |
正常
|
static |
其他错误