NERtc Android SDK
V4.6.20
|
错误码定义。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.ENGINE_ERROR_ADD_TRACK_FAIL = 30202 |
添加Track失败。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.ENGINE_ERROR_CAMERA_OCCUIPIED = 30027 |
摄像头被占用
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.ENGINE_ERROR_CHANNEL_MEDIARELAY_DENIED = 30111 |
媒体流转发权限不足。
原因通常包括:
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.ENGINE_ERROR_CHANNEL_MEDIARELAY_STATE_INVALID = 30110 |
媒体流转发状态无效。
原因通常为重复调用 startChannelMediaRelay。成功调用startChannelMediaRelay后,必须先调用 stopChannelMediaRelay 方法退出当前的转发状态,才能再次调用该方法。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.ENGINE_ERROR_CHANNEL_MEDIARELAY_STOP_FAILED = 30112 |
停止媒体流转发操作失败。 原因通常为未开启媒体流转发。请确认调用 stopChannelMediaRelay 前,是否已成功调用 startChannelMediaRelay 开启媒体流转发。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.ENGINE_ERROR_CONNECT_FAIL = 30015 |
连接失败。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.ENGINE_ERROR_CONNECTION_NOT_FOUND = 30200 |
连接未找到。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.ENGINE_ERROR_CREATE_DEVICE_SOURCE_FAIL = 30011 |
创建设备失败。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.ENGINE_ERROR_CREATE_DUMP_FILE_FAIL = 300016 |
创建dump 失败。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.ENGINE_ERROR_DEVICE_NOT_FOUND = 30008 |
设备未找到。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.ENGINE_ERROR_DEVICE_PREVIEW_ALREADY_STARTED = 30013 |
预览已打开。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.ENGINE_ERROR_ENCRYPT_NOT_SUITABLE = 30113 |
设置的媒体流加密密钥与房间中其他成员不一致,加入房间失败。 请通过 enableEncryption 重新设置加密密钥。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.ENGINE_ERROR_FATAL = 30001 |
内部错误。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.ENGINE_ERROR_INVALID_DEVICE_SOURCEID = 30009 |
设备ID非法。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.ENGINE_ERROR_INVALID_INDEX = 30007 |
序号非法。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.ENGINE_ERROR_INVALID_PARAM = 30003 |
参数错误。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.ENGINE_ERROR_INVALID_RENDER = 30012 |
画布非法。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.ENGINE_ERROR_INVALID_STATE = 30005 |
状态错误。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.ENGINE_ERROR_INVALID_USERID = 30106 |
非法用户。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.ENGINE_ERROR_INVALID_VIDEO_PROFILE = 30010 |
视频能力非法。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.ENGINE_ERROR_LACK_OF_RESOURCE = 30006 |
缺乏资源。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.ENGINE_ERROR_MEDIA_BANNED = 30403 |
被服务器禁言。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.ENGINE_ERROR_MEDIA_CONNECTION_DISCONNECTED = 30204 |
媒体连接已断开。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.ENGINE_ERROR_MEDIA_NOT_STARTED = 30107 |
媒体会话未建立。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.ENGINE_ERROR_NOT_SUPPORTED = 30004 |
不支持。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.ENGINE_ERROR_OUT_OF_MEMORY = 30002 |
内存溢出。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.ENGINE_ERROR_REQUEST_JOIN_ROOM_FAIL = 30103 |
请求加入房间失败。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.ENGINE_ERROR_ROOM_ALREADY_JOINED = 30100 |
房间已加入。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.ENGINE_ERROR_ROOM_CLOSED = 30207 |
房间被关闭。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.ENGINE_ERROR_ROOM_NOT_JOINED = 30101 |
房间未加入。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.ENGINE_ERROR_ROOM_REPLEATEDLY_LEAVE = 30102 |
重复离开房间。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.ENGINE_ERROR_SERVER_KICKED = 30206 |
被管理员踢出房间。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.ENGINE_ERROR_SESSION_NOT_FOUND = 30104 |
会话未找到。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.ENGINE_ERROR_SIGNAL_DISCONNECTED = 30205 |
信令断开。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.ENGINE_ERROR_SOURCE_NOT_FOUND = 30108 |
媒体源未找到。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.ENGINE_ERROR_START_DUMP_FAIL = 300017 |
开始dump失败。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.ENGINE_ERROR_STREAM_NOT_FOUND = 30201 |
媒体流未找到。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.ENGINE_ERROR_TRACK_NOT_FOUND = 30203 |
Track未找到。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.ENGINE_ERROR_TRANSMIT_PENDDING = 30014 |
挂起。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.ENGINE_ERROR_USER_NOT_FOUND = 30105 |
用户未找到。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.ILLEGAL_ARGUMENT = RtcCode.ILLEGAL_ARGUMENT |
参数错误。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.LEAVE_CHANNEL_FOR_DUPLICATE_UID = 30209 |
因为重复 UID 登陆而离开房间。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.LEAVE_CHANNEL_FOR_SWITCH = 30208 |
因为切换房间而离开房间。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.OK = 0 |
成功。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.RESERVE_ERROR_INVALID_PARAMETER = 414 |
参数错误。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.RESERVE_ERROR_MORE_THAN_TWO_USER = 600 |
只支持两个用户, 有第三个人试图使用相同的房间名分配房间。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.RESERVE_ERROR_NO_PERMISSION = 403 |
权限不足。原因包括:
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.RESERVE_ERROR_RESERVE_SERVER_FAIL = 500 |
分配房间服务器出错。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.RESERVE_ERROR_TIME_OUT = 408 |
请求超时。
int com.netease.lava.nertc.sdk.NERtcConstants.ErrorCode.SWITCH_CHANNEL_NOT_JOINED = 30109 |
切换房间时不在会议中。