R
- RC_APP_PUBLICSERVICE_DEFFOLLOWED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- (MP)公众号默认已关注,针对会话类型:ConversationType_APP_PUBLIC_SERVICE 
- RC_APP_PUBLICSERVICE_DEFUNFOLLOWED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 公众号默认已取消关注,针对会话类型:ConversationType_APP_PUBLIC_SERVICE (错误码已废弃) 
- RC_APP_PUBLICSERVICE_FOLLOWED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- (MP)公众号已关注,针对会话类型:ConversationType_APP_PUBLIC_SERVICE 
- RC_APP_PUBLICSERVICE_UNFOLLOW - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- (MP)未关注此公众号,针对会话类型:ConversationType_APP_PUBLIC_SERVICE 
- RC_APP_PUBLICSERVICE_UNFOLLOWED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- (MP)公众号已经取消关注,针对会话类型:ConversationType_APP_PUBLIC_SERVICE 
- RC_BESUBSCRIBED_USERIDS_COUNT_EXCEED_LIMIT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 用户被订阅量达到上限, 详细查看开发文档。 
- RC_CHATROOM_EXTRA_SIZE_LIMIT_EXCEED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 加入聊天室附加信息长度超限,默认最大长度为 128 个字符,服务可配置 
- RC_CHATROOM_ILLEGAL_ARGUMENT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 聊天室接口参数无效。请确认参数是否为空或者有效。 
- RC_CHATROOM_IS_FULL - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 聊天室成员超限,开发者可以提交工单申请聊天室人数限制变更。 
- RC_CHATROOM_NOT_EXIST - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 聊天室不存在 
- RC_CHATROOM_RESET - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 聊天室被回收 
- RC_CLIENT_NOT_INIT - enum entry in io.rong.imlib.IRongCoreEnum.ConnectionErrorCode
- SDK 没有初始化 - 在使用 SDK 任何功能之前,必须先 Init 。 
- RC_CONN_ACK_TIMEOUT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 连接ACK超时 
- RC_CONN_APP_AUTH_FAILED - enum entry in io.rong.imlib.IRongCoreEnum.ConnectionErrorCode
- APP 服务校验失败 连接接口 ConnectOption.connectExt 参数在 APP 服务验证不通过. 
- RC_CONN_APP_AUTH_FAILED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 开启AppServer联合鉴权功能后,到AppServer认证失败 
- RC_CONN_APP_BLOCKED_OR_DELETED - enum entry in io.rong.imlib.IRongCoreEnum.ConnectionErrorCode
- AppKey 被封禁或已删除 - 请检查您使用的 AppKey 是否被封禁或已删除。 
- RC_CONN_APP_BLOCKED_OR_DELETED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- AppKey 被封禁或已删除 
- RC_CONN_APP_LICENSE_EXPIRED - enum entry in io.rong.imlib.IRongCoreEnum.ConnectionErrorCode
- APP License 过期 请检查为您部署的 IM 服务 License 是否过期 
- RC_CONN_APP_LICENSE_EXPIRED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 私有云 License 检查不通过;APP License 过期 
- RC_CONN_CLUSTER_ERROR - enum entry in io.rong.imlib.IRongCoreEnum.ConnectionErrorCode
- 环境校验失败 - 请检查 AppKey 和连接环境(开发环境/生产生产)是否匹配 
- RC_CONN_CLUSTER_ERROR - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 客户端连错环境,引发连接拒绝;如使用开发环境 Appkey 连接到生产环境 
- RC_CONN_DISPOSABLE_TOKEN_USED - enum entry in io.rong.imlib.IRongCoreEnum.ConnectionErrorCode
- 该 token 已经被使用过,无法进行连接 一次性 token 只能连接一次,之后再使用会上报此错误 
- RC_CONN_DISPOSABLE_TOKEN_USED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 该 token 已经被使用过,无法进行连接 一次性 token 只能连接一次,之后再使用会上报此错误 
- RC_CONN_ENCRYPT_AUTH_FAILURE - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 链路加密认证失败 
- RC_CONN_ID_REJECT - enum entry in io.rong.imlib.IRongCoreEnum.ConnectionErrorCode
- AppKey 错误 - 请检查您使用的 AppKey 是否正确。 
- RC_CONN_ID_REJECT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 客户端 info 字段格式错误,正确格式:{平台类型}-{设备信息}-{sdk版本}。 其中设备信息:{手机类型}|{手机型号}|{网络类型,4G/WIFI}|{运营商标识, 移动/电信/联通} 
- RC_CONN_NOT_AUTHRORIZED - enum entry in io.rong.imlib.IRongCoreEnum.ConnectionErrorCode
- App 校验未通过 - App 校验未通过,是因为您开通了 App 校验功能,但是校验未通过. 
- RC_CONN_NOT_AUTHRORIZED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- App 校验未通过(开通了 App 校验功能,但是校验未通过) 
- RC_CONN_OTHER_DEVICE_LOGIN - enum entry in io.rong.imlib.IRongCoreEnum.ConnectionErrorCode
- 用户在其它设备上登录 - 重连过程中当前用户在其它设备上登录 
- RC_CONN_OTHER_DEVICE_LOGIN - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 开启禁止把已在线客户端踢下线开关后,该错误码标识已有同类型端在线 
- RC_CONN_OVERFREQUENCY - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 连接过于频繁 
- RC_CONN_PACKAGE_NAME_INVALID - enum entry in io.rong.imlib.IRongCoreEnum.ConnectionErrorCode
- ApplicationId 与后台注册信息不一致。 
- RC_CONN_PACKAGE_NAME_INVALID - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 包名与后台注册信息不匹配 
- RC_CONN_PROTO_VERSION_ERROR - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 信令版本错误 
- RC_CONN_PROXY_UNAVAILABLE - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 设置的代理地址不可用 
- RC_CONN_REDIRECTED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 连接重定向 
- RC_CONN_REFUSED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 连接被拒绝 
- RC_CONN_SERVER_UNAVAILABLE - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 连接服务未开通,需要排查后台小程序(或桌面端)服务是否已开通 
- RC_CONN_TOKEN_EXPIRE - enum entry in io.rong.imlib.IRongCoreEnum.ConnectionErrorCode
- Token过期 - 是因为您在开发者后台设置了token 过期时间,您需要请求您的服务器重新获取 token 并再次用新的 token 建立连接. 
- RC_CONN_TOKEN_EXPIRE - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- Token 已过期 
- RC_CONN_TOKEN_INCORRECT - enum entry in io.rong.imlib.IRongCoreEnum.ConnectionErrorCode
- Token 无效 - token 错误,请您检查客户端初始化使用的 AppKey 和您服务器获取 token 使用的 AppKey 是否一致. 
- RC_CONN_USER_ABANDON - enum entry in io.rong.imlib.IRongCoreEnum.ConnectionErrorCode
- 用户已销户 
- RC_CONN_USER_ABANDON - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 用户已销户 
- RC_CONN_USER_BLOCKED - enum entry in io.rong.imlib.IRongCoreEnum.ConnectionErrorCode
- 用户被封禁 - 请检查您使用的 Token 是否正确,以及对应的 UserId 是否被封禁。 5.2.3新增: 5.2.3之前的版本,出现此错误也可能是用户被销户了 
- RC_CONN_USER_BLOCKED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 连接失败,用户被封禁(客户端主动连接失败返回) 
- RC_CONN_USER_OR_PASSWD_ERROR - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- Token 无效;AppKey 和 Token 不匹配;Token 过期 
- RC_CONNECT_TIMEOUT - enum entry in io.rong.imlib.IRongCoreEnum.ConnectionErrorCode
- SDK 内部连接超时,调用 connect 接口设置有效的 timeLimit 值时会出现该错误 - SDK 不会继续重连,需要 APP 手动调用 connect 接口进行连接。 
- RC_CONNECT_TIMEOUT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 连接超时 
- RC_CONNECTION_EXIST - enum entry in io.rong.imlib.IRongCoreEnum.ConnectionErrorCode
- 连接已存在 
- RC_CONNECTION_EXIST - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 连接已存在 
- RC_CONNECTION_RESET_BY_PEER - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 链接被服务器中断,可能原因是运营商认为此链接非法或无效,直接断开 出现此错误码后,SDK 会自动触发重连,App 无需处理 
- RC_CONVERSATION_NOT_SUPPORT_MESSAGE - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 系统会话不支持发送该消息 
- RC_CONVERSATION_TAG_INVALID_CONVERSATION_TYPE - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 指定的会话类型不支持标签功能,会话标签仅支持单群聊会话、系统会话 
- RC_CONVERSATION_TAG_LIMIT_EXCEED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 标签中添加/删除的会话数量超限,最多支持添加/删除 1000 个会话 
- RC_DATABASE_DECRYPT_FAILED - enum entry in io.rong.imlib.IRongCoreEnum.ConnectionErrorCode
- 消息数据库解密失败 
- RC_DATABASE_ENCRYPT_FAILED - enum entry in io.rong.imlib.IRongCoreEnum.ConnectionErrorCode
- 消息数据库加密失败 
- RC_DB_CORRUPT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 数据库错误 
- RC_DB_DATA_NOT_FOUND - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 查询数据不存在 
- RC_DB_NOT_INIT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 数据库未初始化 
- RC_DB_SQL_ERROR - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 数据库 SQL 执行异常 
- RC_DB_UPGRADE_FAILED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 数据库升级失败 
- RC_DIRECTIONAL_MESSAGE_INVALID_CONVERSATION_TYPE - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 发送定向消息时,传入的会话类型不支持 
- RC_DISCONN_KICK - enum entry in io.rong.imlib.IRongCoreEnum.ConnectionErrorCode
- 用户被踢下线 - 当前用户在其他设备上登录,此设备被踢下线 
- RC_DISCONN_KICK - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 用户被踢下线 
- RC_DISCONN_USER_BLOCKED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 用户被封禁,导致 IM 连接被动断开 
- RC_DOMAIN_NOT_RESOLVE - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 导航数据解析后,其中不存在有效 IP 地址 
- RC_ENTRUST_SERVER_ERROR - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 托管服务异常 
- RC_ENTRUST_SERVER_PARAMETER_ERROR - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 托管服务参数错误 
- RC_ENVIRONMENT_ERROR - enum entry in io.rong.imlib.IRongCoreEnum.ConnectionErrorCode
- 连接环境不正确(融云公有云 SDK 无法连接到私有云环境。 - 请确认需要连接的环境,使用正确 SDK 版本。 
- RC_ENVIRONMENT_ERROR - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 连接环境不正确 
- RC_EXCCED_CHATROOM_RECEIVE_MESSAGE_CONFIG_SIZE - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 设置或获取聊天室消息级别时数量超限,最多支持 100 个 
- RC_FILE_EXPIRED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 文件已过期或被清理 小视频文件默认存储 7 天,其它文件默认存储 6个月。到期后自动清理 
- RC_FILE_SIZE_EXCEED_LIMIT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 上传文件超过最大限制 
- RC_FILE_UPLOAD_FAILED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 媒体消息媒体文件 http 上传失败 
- RC_FRIEND_ALREADY_FRIEND - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 已经互为好友,操作无效 
- RC_FRIEND_APPLICATION_NOT_EXIST - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 操作无效,该好友请求不存在或已经过期 
- RC_FRIEND_FIELDS_LENGTH_EXCEED_LIMIT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 好友自定义属性超出上限 
- RC_FRIEND_IN_MY_BLACK_LIST - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 目标用户在当前用户黑名单中,不能添加好友 
- RC_FRIEND_IN_OTHER_BLACK_LIST - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 在目标用户黑名单中,不能添加好友 
- RC_FRIEND_MY_FRIEND_COUNT_EXCEED_LIMIT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 当前用户好友数超出上限 
- RC_FRIEND_NEED_ACCEPT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 待对方同意后才能加为好友 
- RC_FRIEND_NOT_ALLOW_ADD_SELF - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 不能添加自己为好友 
- RC_FRIEND_NOT_EXIST - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 好友不存在 
- RC_FRIEND_NOT_FRIEND - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 非好友关系,不能执行此操作 
- RC_FRIEND_NOT_IN_MY_WHITE_LIST - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 不在当前用户白名单中,不能添加好友 
- RC_FRIEND_NOT_IN_OTHER_WHITE_LIST - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 不在目标用户白名单中,不能添加好友 
- RC_FRIEND_OTHER_FRIEND_COUNT_EXCEED_LIMIT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 目标用户好友数超出上限 
- RC_FRIEND_OTHER_NOT_ALLOW_ADD_FRIEND - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 对方设置了不允许加为好友 
- RC_GIF_MSG_SIZE_LIMIT_EXCEED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- GIF 消息文件大小超出限制 
- RC_GROUP_APPLICATION_ALREADY_HANDLE - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 管理员或群主处理请求时,别的管理员已处理 
- RC_GROUP_APPLICATION_NOT_EXIST - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 无对应群 ID 和用户 ID 的邀请请求 
- RC_GROUP_AUTHORITY_ERROR - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 没有权限操作 
- RC_GROUP_EXT_KEY_NOT_EXIST - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 扩展信息 Key 值不存在 
- RC_GROUP_ID_ALREADY_EXIST - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 群组 ID 已存在 
- RC_GROUP_ID_INVALID - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 群ID不合法,包含特殊字符 
- RC_GROUP_ID_NOT_EXIST - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 群 ID 不存在 
- RC_GROUP_ILLEGAL_ERROR - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 非法操作,非群主修改群权限相关,msg中返回传的对应的key 
- RC_GROUP_JOIN_GROUP_NEED_MANAGER_ACCEPT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 申请进群需要等待管理员审批 
- RC_GROUP_MANAGER_OR_FOLLOW_COUNT_EXCEED_LIMIT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 管理员/关注 人数超过上限 
- RC_GROUP_MEMBERS_ALREADY_IN_GROUP - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 群成员 ID 已在当前群组中 
- RC_GROUP_MEMBERS_COUNT_EXCEED_LIMIT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 群成员超限 
- RC_GROUP_NAME_INVALID - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 群名称不能为空 
- RC_GROUP_NEED_INVITEE_ACCEPT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 邀请进群需要被邀请人同意 
- RC_GROUP_NO_INVITE_PERMISSION - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 邀请人进群时没有权限 
- RC_GROUP_NOT_ALLOW_JOIN - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 不允许任何人加入,无法加入群组 
- RC_GROUP_NOT_ALLOW_SDK_OPERATION - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 不允许通过 SDK 进行此操作 
- RC_GROUP_OLD_GROUP_NOT_ENTRUST - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 老的群不支持调用托管接口,需要导入后才能调用 
- RC_GROUP_OWNER_NOT_ALLOW_BE_MANAGER - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 群主不支持设置为管理员 
- RC_GROUP_OWNER_NOT_ALLOW_QUIT_OR_KICK - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 群主不能被踢出/退出群组 
- RC_GROUP_PARAMETER_FORMAT_ERROR - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 参数异常,非法字符 
- RC_GROUP_PARAMETER_LENGTH_EXCEED_LIMIT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 参数异常,存在长度超限 
- RC_GROUP_PARAMETER_VALUE_CAN_ONLY_BE_NUMBERS - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 参数值必须是数字 
- RC_GROUP_QUERY_GROUP_COUNT_EXCEED_LIMIT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 查询群信息个数超限 
- RC_GROUP_READ_RECEIPT_VERSION_NOT_SUPPORT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 群已读回执版本不支持 
- RC_GROUP_REQUEST_OVERFREQUENCY - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 查询频率超限 
- RC_GROUP_USER_IS_NOT_MANAGER_IN_GROUP - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 用户 ID 不在当前群管理员 
- RC_GROUP_USER_NOT_IN_GROUP - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 用户ID不在群组中 
- RC_HTTP_RECV_FAIL - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 导航操作时,HTTP 接收失败 
- RC_HTTP_REQ_TIMEOUT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 请求连接导航地址失败 
- RC_HTTP_SEND_FAIL - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 导航操作时,Http 请求失败 
- RC_IM_PROXY_TYPE_SOCKS5 - enum entry in io.rong.imlib.proxy.RCIMProxyType
- RC_INVALID_PARAMETER - enum entry in io.rong.imlib.IRongCoreEnum.ConnectionErrorCode
- 开发者接口调用时传入的参数错误 - 请检查接口调用时传入的参数类型和值。 
- RC_INVALID_PARAMETER_CHANNEL_ID - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 开发者调用频道相关接口时传入的 channelId 非法 
- RC_INVALID_PARAMETER_CONNECTION_OPTION_NULL - enum entry in io.rong.imlib.IRongCoreEnum.ConnectionErrorCode
- 描述:ConnectOption 为空。 - 可能原因:ConnectOption 值为 null。 - 处理建议:请确认传入的参数是否正确。 
- RC_INVALID_PARAMETER_CONNECTION_OPTION_NULL - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 连接时connection option 为空 
- RC_INVALID_PARAMETER_CONVERSATION_IDENTIFIER - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- RCConversationIdentifier 参数非法。 可能原因:开发者调用接口传入的 RCConversationIdentifier 参数类型不对或者参数为空 
- RC_INVALID_PARAMETER_CONVERSATION_TYPE - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 开发者接口调用时传入的 ConversationType 非法 
- RC_INVALID_PARAMETER_CONVERSATION_TYPE_NOT_SUPPORT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 开发者调用的接口不支持传入的会话类型 
- RC_INVALID_PARAMETER_CONVERSATIONS - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 开发者调用接口传入的 conversations 参数为 null 或者 conversations 数组包含 null 对象 
- RC_INVALID_PARAMETER_HISTORY_MESSAGE_OPTION_COUNT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 开发者接口调用时传入的 HistoryMessageOption 非法 
- RC_INVALID_PARAMETER_LANGUAGE - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 开发者接口调用时传入的语言非法 
- RC_INVALID_PARAMETER_LOCAL_PATH - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 开发者调用接口传入的 local path 地址不存在 
- RC_INVALID_PARAMETER_MEDIA_TYPE - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 开发者接口调用时传入的 mediaType 非法 
- RC_INVALID_PARAMETER_MEDIA_URL - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 开发者调用接口传入的 mediaUrl 地址为空 
- RC_INVALID_PARAMETER_MESSAGE - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 开发者调用接口传入的 message 参数为空 
- RC_INVALID_PARAMETER_MESSAGE_ARRAY - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 开发者调用接口传入的 messageIds 参数为 空或者数组长度为 0 
- RC_INVALID_PARAMETER_MESSAGE_CONTENT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 开发者接口调用时传入的 Message 非法,或者 MessageContent 非法 
- RC_INVALID_PARAMETER_MESSAGE_EXPANSION - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 开发者接口调用时传入的 MessageExpansion 非法 
- RC_INVALID_PARAMETER_MESSAGE_ID - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 开发者接口调用时传入的 messageId 非法或者找不到对应的 Message 
- RC_INVALID_PARAMETER_MESSAGE_LIST - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 开发者接口调用时传入的 messageList 非法 
- RC_INVALID_PARAMETER_MESSAGE_UID - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 开发者接口调用时传入的 uid (服务器消息唯一 id)非法 
- RC_INVALID_PARAMETER_MSG_TAG - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 开发者调用接口传入的 MessageTag 为空 或者MessageTag.value()为空或者 "" 
- RC_INVALID_PARAMETER_NOT_MEDIA_MESSAGE - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 开发者sendMediaMessage 传入的 Message.content 不是多媒体消息 
- RC_INVALID_PARAMETER_NOTIFICATION_LEVEL - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- PushNotificationLevel 无效 
- RC_INVALID_PARAMETER_OFFLINE_DURATION - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 开发者调用接口 setOfflineMessageDuration 传入的参数非法 
- RC_INVALID_PARAMETER_RECEIVED_STATUS - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 开发者调用接口传入的 ReceivedStatus 参数为 null 
- RC_INVALID_PARAMETER_REQUEST_URL - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 开发者接口调用时传入的 requestUrl 非法 
- RC_INVALID_PARAMETER_SDK_VERSION - enum entry in io.rong.imlib.IRongCoreEnum.ConnectionErrorCode
- 描述:连接使用的版本号参数错误。 - 可能原因:版本号非 **.**.** 格式或者 ** 不是数字。 - 处理建议:请检查版本号是否正确。 
- RC_INVALID_PARAMETER_SDK_VERSION - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 连接使用的版本号参数错误 
- RC_INVALID_PARAMETER_SENT_STATUS - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 开发者调用接口传入的 Message.SentStatus 参数为 null 
- RC_INVALID_PARAMETER_TAG_ID - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 开发者接口调用时传入的 tagId 非法 
- RC_INVALID_PARAMETER_TAG_NAME - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 开发者接口调用时传入的 tagName 非法 
- RC_INVALID_PARAMETER_TARGET_ID - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 开发者接口调用时传入的 targetId 非法 
- RC_INVALID_PARAMETER_TIME_STRING - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 开发者调用接口传入的时间(字符串)参数非法。可能原因:开发者调用接口传入的时间(字符串)参数类型不是字符串或者字符串为空。 
- RC_INVALID_PARAMETER_TIMESTAMP - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 开发者接口调用时传入的时间戳非法 
- RC_INVALID_PARAMETER_ULTRA_GROUP_MESSAGE_EXPANSION_KEY_ARRAY - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 开发者接口调用时传入的UltraGroupMessageExpansion keyArray 非法 
- RC_INVALID_PARAMETER_ULTRA_GROUP_MESSAGE_OBJECT_NAME - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 开发者接口调用recallUltraGroupMessage时,撤回了不支持的消息类型 
- RC_INVALID_PARAMETER_UNIQUE_ID - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 开发者调用接口传入的 uniqueId 为空或者"" 
- RC_INVALID_PARAMETER_USER_ID - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 开发者接口调用时传入的 userId 非法 
- RC_INVALID_PARAMETER_USERIDLIST - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 开发者接口调用时传入的 userIdList 非法 
- RC_KV_CONCURRENT_SET_ERROR - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 聊天室设置 KV 失败,出现在两人或者多端同时操作一个 KV。 如果出现该错误,为避免和其他端同时操作,请延时一定时间再试 
- RC_MEDIA_EXCEPTION - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 媒体文件上传异常,媒体文件不存在或文件大小为 0 
- RC_MEDIA_FILE_FORMAT_NOT_SUPPORTED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 上传媒体文件格式不支持 
- RC_MESSAGE_CANT_EXPAND - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 消息不能被扩展,只支持单群聊,其他类型消息会返回此错误,消息在发送时,Message 对象的属性 canIncludeExpansion 置为 true 才能进行扩展 
- RC_MESSAGE_EXPAND_CONVERSATION_TYPE_NOT_MATCH - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 扩展消息失败,因为消息中的会话类别与接口支持的会话类别不一致 
- RC_MESSAGE_EXPAND_FAIL - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 消息扩展失败,一般是网络原因导致的,请确保网络状态良好,并且融云 SDK 连接正常 
- RC_MESSAGE_EXPAND_FORMAT_ERROR - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 超级群扩展消息,扩展内容格式错误 
- RC_MESSAGE_EXPAND_NOT_AUTHORIZED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 超级群扩展消息,无操作权限 
- RC_MESSAGE_NOT_REGISTERED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 消息未被注册 
- RC_MESSAGE_NULL_EXCEPTION - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 消息拦截器处理接口返回的消息为空 
- RC_MSG_BLOCKED_SENSITIVE_WORD - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 发送的消息中包含敏感词 (发送方发送失败,接收方不会收到消息) 
- RC_MSG_DATA_INCOMPLETE - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 协议层内部错误 
- RC_MSG_EXPANSION_SIZE_LIMIT_EXCEED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 消息扩展大小超出限制, 默认消息扩展字典 key 长度不超过 32 个字符,value 长度不超过 4096 个字符,设置的 Expansion 键值对不超过 300 个 
- RC_MSG_REPLACED_SENSITIVE_WORD - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 消息中敏感词已经被替换 (接收方可以收到被替换之后的消息) 
- RC_MSG_RESP_TIMEOUT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 客户端发送消息请求,融云服务端响应超时 
- RC_MSG_SEND_FAIL - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 信令发送失败 
- RC_MSG_SIZE_OUT_OF_LIMIT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 消息大小超限,消息体(序列化成 json 格式之后的内容)最大 128k bytes 
- RC_NAVI_RESOURCE_ERROR - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 导航返回结果异常 
- RC_NET_CHANNEL_INVALID - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 当前连接已经被释放 
- RC_NET_DATA_ERROR - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 网络数据解析失败 
- RC_NET_UNAVAILABLE - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 当前连接不可用 
- RC_NETWORK_IS_DOWN_OR_UNREACHABLE - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 网络连接不可用 
- RC_NETWORK_THROWS_IOEXCEPTION - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- Http 请求报 IO 异常。通常为设备没有开启网络或者没有连接有效的网络 
- RC_NETWORK_THROWS_SOCKET_TIMEOUT_EXCEPTION - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- Http 请求报 SocketTimeoutException。网络超时 
- RC_NODE_NOT_FOUND - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 导航 HTTP 返回数据格式错误 
- RC_NOT_IN_ULTRA_GROUP - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 非超级群成员 
- RC_OPERATION_BLOCKED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 操作被禁止,此错误码已被弃用 
- RC_OPERATION_NOT_SUPPORT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 操作不支持,仅私有云有效,服务端禁用了该操作 
- RC_ORIGINAL_MESSAGE_CANT_EXPAND - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 超级群扩展消息,但是原始消息不支持扩展 
- RC_ORIGINAL_MESSAGE_NOT_EXIST - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 超级群扩展消息,但是原始消息不存在。 
- RC_PAGE_TOKEN_PARSING_FAILED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- pagetoken解析失败 
- RC_PING_SEND_FAIL - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- PING 失败 
- RC_PONG_RECV_FAIL - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- PING 超时 
- RC_PUBLIC_SERVICE_PROFILE_NOT_EXIST - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 查询的公共服务信息不存在,请确认查询的公共服务的类型和公共服务 id 是否匹配 
- RC_PUBLICSERVICE_DEFFOLLOWED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 公众号默认已关注,针对会话类型:ConversationType_PUBLIC_SERVICE 
- RC_PUBLICSERVICE_DEFUNFOLLOWED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 公众号默认已取消关注,针对会话类型:ConversationType_PUBLIC_SERVICE (错误码已废弃) 
- RC_PUBLICSERVICE_ERROR_TYPE - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 无效的公众号。(由会话类型和 Id 所标识的公众号会话是无效的) 针对会话类型:ConversationType_PUBLIC_SERVICE 
- RC_PUBLICSERVICE_FOLLOWED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 公众号已关注,针对会话类型:ConversationType_PUBLIC_SERVICE 
- RC_PUBLICSERVICE_UNFOLLOW - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 公众号未关注,针对会话类型:ConversationType_PUBLIC_SERVICE 
- RC_PUBLICSERVICE_UNFOLLOWED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 公众号已经取消关注,针对会话类型:ConversationType_PUBLIC_SERVICE 
- RC_PUSHSETTING_PARAMETER_INVALID - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 用户级设置服务 请求参数不合法 
- RC_QUERY_ACK_NO_DATA - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 协议层内部错误,查询,上传,下载过程中数据错误 
- RC_READ_RECEIPT_V4_INVALID - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 未开通v4已读回执 
- RC_REAL_TIME_CONVERSATION_UNAVAILABLE - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 实时会话未开启 
- RC_RECALL_MESSAGE_USER_INVALID - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- IMLib 撤回消息可以撤回自己发送的消息和别人发送的消息,IM 服务有开关,控制只可以撤回自己发送的消息,当服务该开关打开时,撤回别人的消息会报这个错误。 
- RC_RECALL_PARAMETER_INVALID - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 撤回消息参数无效,请确认撤回消息参数是否正确的填写 
- RC_REQUEST_INTERCEPTOR_NULL_EXCEPTION - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 多媒体上传&下载拦截器,处理接口返回的 conn 为空 
- RC_REQUEST_OVERFREQUENCY - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 请求超出了调用频率限制,请稍后再试 
- RC_SERVER_DRIVE_UNREAD_COUNT_INVALID - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 未开通会话驱动 
- RC_SERVER_PARAMETER_INVALID - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 参数有误 
- RC_SERVER_PARAMETER_MESSAGEUID_INVALID - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 消息id不合法 
- RC_SERVER_PARAMETER_MESSAGEUIDS_CONFUSED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 消息 id 顺序错误 
- RC_SERVER_PARAMETER_TIMESTAMP_NOT_SUPPORT_SYNC - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 上报时间不支持同步 
- RC_SERVER_UNKNOWN_ERROR - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 未知异常 
- RC_SERVICE_INTERNAL_ERROR - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 服务内部错误 
- RC_SETTING_SYNC_FAILED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 表示客户端版本号低,需要同步版本号,可以提交工单申请打开用户级别配置开关 
- RC_SIGHT_MSG_DURATION_LIMIT_EXCEED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 小视频时间长度超出限制,默认小视频时长上限为 2 分钟 
- RC_SIGHT_SERVICE_UNAVAILABLE - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 小视频服务未开通。可以在融云开发者后台中开启该服务。 (已经不需要开通) 
- RC_SOCKET_DISCONNECTED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 链接断开 
- RC_SOCKET_NOT_CREATED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 创建连接失败 
- RC_SUBSCRIBE_ONLINE_SERVICE_UNAVAILABLE - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 未开启在线状态订阅功能 
- RC_SUBSCRIBED_USERIDS_EXCEED_LIMIT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 订阅用户数达到上限, 详细查看开发文档。 
- RC_TAG_ALREADY_EXISTS - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 标签已存在 
- RC_TAG_INVALID_FOR_CONVERSATION - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 标签不在会话中 
- RC_TAG_LIMIT_EXCEED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 用户会话标签个数超限,最多支持添加 20 个标签 
- RC_TAG_NOT_EXIST - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 标签不存在 
- RC_TCP_DISCONNECTED_NO_RMTP - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- tcp 连接成功,rmtp 连接失败 
- RC_TIMESTAMP_ASC - enum entry in io.rong.imlib.IRongCoreEnum.TimestampOrder
- 升序, 按照时间戳从小到大,表示拉取大(晚)于 recordTime 的消息。 
- RC_TIMESTAMP_DESC - enum entry in io.rong.imlib.IRongCoreEnum.TimestampOrder
- 降序, 按照时间戳从大到小,表示拉取小(早)于 recordTime 的消息。 
- RC_TRANSLATION_CODE_AUTH_FAILED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 翻译失败,融云鉴权失败 鉴权失败或者 token 过期 
- RC_TRANSLATION_CODE_INVALID_APP_KEY - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- app key 为空 
- RC_TRANSLATION_CODE_INVALID_AUTH_TOKEN - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 没有设置 authToken 或者 authToken 为空串 
- RC_TRANSLATION_CODE_INVALID_DATA - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- server data invalid(注释) 
- RC_TRANSLATION_CODE_INVALID_SERVER_URL - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 翻译服务器地址为空 
- RC_TRANSLATION_CODE_INVALID_SOURCE_LANGUAGE - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 源语言为空 
- RC_TRANSLATION_CODE_INVALID_TARGET_LANGUAGE - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 目标语言为空 
- RC_TRANSLATION_CODE_INVALID_TEXT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 待翻译文本内容为空 
- RC_TRANSLATION_CODE_SERVER_AUTH_FAILED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 翻译失败,翻译功能服务商鉴权失败 融云服务器的原因,token 无效 
- RC_TRANSLATION_CODE_SERVER_INVALID_AUTH_TOKEN - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 翻译失败,Server 没有鉴权 token 的 sercret 需要在融云开发者后台开启 
- RC_TRANSLATION_CODE_SERVER_INVALID_ENCODING_TYPE - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 编码格式设置错误 
- RC_TRANSLATION_CODE_SERVER_INVALID_EXTRACT_RESULT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 短语音转录结果为空, 请核对编解码类型 
- RC_TRANSLATION_CODE_SERVER_INVALID_LANGUAGE - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 语言设置错误 (语音转文字 ,目前没上线) 
- RC_TRANSLATION_CODE_SERVICE_UNAVAILABLE - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 翻译失败,翻译功能未在融云开启 
- RC_TRANSLATION_CODE_SUCCESS - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 翻译成功 
- RC_TRANSLATION_CODE_TRANSLATE_FAILED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 翻译失败,翻译功能服务商返回失败 具体服务商失败码信息 
- RC_UDP_DISCONNECTED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 服务器主动断开连接(仅 quic 协议下触发) 
- RC_ULTRA_GROUP_CHANNEL_ID_NOT_EXIST - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 超级群频道 ID 不存在 
- RC_ULTRA_GROUP_CHANNEL_MESSAGE_EXCEED_LIMIT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 超级群频道发送消息超限:超级群下每个频道有消息发送频率限制,默认每秒 30 条 频道内每秒发送消息总量超过限制会收到该错误码,建议延时发送或重试发送 
- RC_ULTRA_GROUP_CHANNEL_NOT_EXIST - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 超级群频道不存在 
- RC_ULTRA_GROUP_CHANNELS_EXCEED_LIMIT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 创建超级群频道,频道数超限 
- RC_ULTRA_GROUP_DISABLED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 超级群功能未开通 
- RC_ULTRA_GROUP_MEMBERS_EXCEED_LIMIT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 超级群成员超限制 
- RC_ULTRA_GROUP_NOT_EXIST - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 超级群不存在 
- RC_ULTRA_GROUP_NOT_SUPPORT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 该接口不支持超级群会话 
- RC_ULTRA_GROUP_NUMBER_EXCEED_LIMIT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 用户加入超级群数量超限 
- RC_ULTRA_GROUP_PARAMETER_ERROR - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 超级群参数错误 
- RC_ULTRA_GROUP_SERVICE_ABNORMAL - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 超级群服务异常 
- RC_ULTRA_GROUP_UNKNOWN_ERROR - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 超级群未知异常 
- RC_ULTRA_GROUP_USER_NOT_IN_PRIVATE_CHANNEL - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 用户不在超级群私有频道中 
- RC_USER_PROFILE_EXT_KEY_NOT_EXIST - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 用户托管扩展属性的 key 列表中没有此 key 
- RC_USER_PROFILE_EXT_KV_COUNT_EXCEED_LIMIT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 超过了可以设置的用户托管扩展属性的最大上限 
- RC_USER_PROFILE_KEY_NOT_ALLOW_SDK_SET - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 没有设置该用户托管属性的权限 
- RC_USER_PROFILE_KEY_NOT_EXIST - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 用户托管基本属性的key列表中没有此key 
- RC_USER_PROFILE_QUERY_COUNT_EXCEED_LIMIT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 批量查询用户托管资料的数量超过了可以查询的上限 100 个 
- RC_USER_PROFILE_SERVICE_UNAVAILABLE - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 未开启用户信息托管功能 
- RC_USER_PROFILE_USER_NOT_EXIST - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 没有此用户 
- RC_USER_PROFILE_VALUE_CAN_ONLY_BE_NUMBERS - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 用户托管此属性 Value 只能是数字 
- RC_USER_PROFILE_VALUE_EXCEED_RANGE - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 用户托管此属性 Value 值超过设置取值范围 
- RC_USER_PROFILE_VALUE_LENGTH_EXCEED_LIMIT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 用户托管基本属性或扩展属性的Value,字符超过最大上限 
- RC_USER_SETTING_DISABLED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 用户级别设置未开通 
- RC_VIDEO_COMPRESS_FAILED - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 视频压缩失败 
- RCConfiguration - class in io.rong.imlib
- RCEncryptedSession - class in io.rong.imlib.model
- Encrypted Conversation Information Entity Class
- RCEncryptedSession.RCEncryptedSessionStatus - class in io.rong.imlib.model.RCEncryptedSession
- Encrypted session signaling status.
- RCIMProxy - class in io.rong.imlib.model
- RCIMProxyType - class in io.rong.imlib.proxy
- RCTranslationResult - class in io.rong.imlib.model
- READ - enum entry in io.rong.imlib.model.Message.SentStatus
- The message has been read by the recipient. 
- READ_RECEIPT_V4_NOT_SUPPORT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 不支持V4已读回执功能 
- READ_RECEIPT_V4_UPDATE_NOT_SUPPORT - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 不支持更新v4已读回执信息 
- readDateFromParcel(Parcel) - function in io.rong.common.ParcelUtils
- Reads Date type data from Parcel
- readDoubleFromParcel(Parcel) - function in io.rong.common.ParcelUtils
- Reads a Double type data from Parcel
- readFloatFromParcel(Parcel) - function in io.rong.common.ParcelUtils
- Reads Float type data from Parcel
- readFromBaseInfoParcel(Parcel) - function in io.rong.imlib.model.MessageContent
- readFromParcel(Parcel) - function in io.rong.common.ParcelUtils
- Reads String type data from Parcel
- readFromParcel(Parcel,java.lang.Class) - function in io.rong.common.ParcelUtils
- Read and return a new Parcelable from the parcel.
- readFromParcel(Parcel) - function in io.rong.imlib.RCConfiguration
- readFromParcel(Parcel) - function in io.rong.imlib.model.ChangedChannelInfo
- readFromParcel(Parcel) - function in io.rong.imlib.model.GroupMessageDeliverInfo
- readFromParcel(Parcel) - function in io.rong.imlib.model.RCIMProxy
- readFromParcel(Parcel) - function in io.rong.imlib.model.RCTranslationResult
- readFromParcel(Parcel) - function in io.rong.imlib.model.TranslationInfo
- readFromParcel(Parcel) - function in io.rong.imlib.model.UltraGroupChannelChangeInfo
- readFromParcel(Parcel) - function in io.rong.imlib.model.UltraGroupChannelChangeTypeInfo
- readFromParcel(Parcel) - function in io.rong.imlib.model.UltraGroupChannelDisbandedInfo
- readFromParcel(Parcel) - function in io.rong.imlib.model.UltraGroupChannelUserKickedInfo
- readIntFromParcel(Parcel) - function in io.rong.common.ParcelUtils
- Reads an Integer type data from Parcel
- readListFromParcel(Parcel,java.lang.Class) - function in io.rong.common.ParcelUtils
- Read and return a new ArrayList object from the parcel at the current dataPosition().
- readLongFromParcel(Parcel) - function in io.rong.common.ParcelUtils
- Reads a Long type data from Parcel
- readMapFromParcel(Parcel) - function in io.rong.common.ParcelUtils
- Reads Map type data from Parcel
- readPictureDegree(Context,java.lang.String) - function in io.rong.common.FileUtils
- Reads the rotation angle of an image
- ReadReceiptInfo - class in io.rong.imlib.model
- Only messages in groups and discussion groups require this attribute; for other types of conversations, this attribute is NULL.
- ReadReceiptInfoV4 - class in io.rong.imlib.model
- Only when using the **Group Read Receipt V2** version does this property apply to group messages.
- ReadReceiptMessage - class in io.rong.message
- Read Receipt Notification Message This class represents a read receipt notification message.
- ReadReceiptMessage.ReadReceiptType - class in io.rong.message.ReadReceiptMessage
- ReadReceiptRequestMessage - class in io.rong.message
- Request Receipt Message This message is a request receipt message.
- ReadReceiptResponseMessage - class in io.rong.message
- Request Receipt Response Message Request receipt response message.
- ReadReceiptV2Manager - class in io.rong.imlib
- Group Read Receipt V2 Manager.
- ReadReceiptV2Manager.GroupReadReceiptV2Listener - class in io.rong.imlib.ReadReceiptV2Manager
- Message receipt listener.
- ReadReceiptV2Manager.GroupReadReceiptVersion - class in io.rong.imlib.ReadReceiptV2Manager
- Enum declaration for group read receipt versions.
- ReadReceiptV2Manager.IGetMessageReadUserListCallback - class in io.rong.imlib.ReadReceiptV2Manager
- Callback for retrieving the list of users who have read the message
- ReadReceiptV4Message - class in io.rong.message
- Read Receipt V4 Status Message
- RecallCommandMessage - class in io.rong.message
- Recall Command Message Class The recall command message class is used to send signaling messages when recalling a message.
- recallMessage(java.lang.String,kotlin.Array,java.lang.String,Message,IOperationCallback) - function in io.rong.imlib.LibHandlerStub
- recallMessage(Message,java.lang.String,io.rong.imlib.IRongCoreCallback.ResultCallback) - function in io.rong.imlib.RongCoreClient
- Recall message
- RecallMsgInfo - class in io.rong.imlib.model
- RecallNotificationMessage - class in io.rong.message
- Message Recall Notification Class The message recall notification class is used to display notifications on the UI when a user recalls a message or receives a recall signal message.
- recallUltraGroupMessage(Message,io.rong.imlib.IRongCoreCallback.ResultCallback) - function in io.rong.imlib.ChannelClient
- Recall ultra group message
- recallUltraGroupMessage(Message,boolean,io.rong.imlib.IRongCoreCallback.ResultCallback) - function in io.rong.imlib.ChannelClient
- Recall ultra group message
- RECEIVE - enum entry in io.rong.imlib.model.Message.MessageDirection
- / 
- RECEIVE_PONG_TIMEOUT - enum entry in io.rong.imlib.HeartBeatManager.PingFailedReason
- Triggered when the difference between the time of receiving a pong and the first ping in the queue exceeds the timeout threshold. The condition is similar to LOST_PONG_LIMIT, but the triggering timing is different. 
- Received - enum entry in io.rong.imlib.model.FriendApplicationType
- Received friend requests 
- RECEIVED - enum entry in io.rong.imlib.model.Message.SentStatus
- The message has been received. 
- ReceivedProfile - class in io.rong.imlib.model
- Message reception wrapper class used by .
- recordHWNotificationEvent(Intent) - function in io.rong.push.RongPushClient
- Tracks Huawei push click events.
- recordNotificationEvent(PushNotificationMessage,PushType) - function in io.rong.push.RongPushClient
- Uploads the click event of a push notification.
- recordNotificationEvent(java.lang.String) - function in io.rong.push.RongPushClient
- Records the click event of a push notification when using the backend push feature in the Developer Console.
- recordPushArriveEvent(Context,PushType,PushNotificationMessage) - function in io.rong.push.RongPushClient
- Upload push delivery event The push delivery rate in the developer console is calculated based on this event uploaded by the client.
- REDIRECT_CONNECT - enum entry in io.rong.imlib.IRongCoreEnum.ConnectReason
- redirected(Context) - function in io.rong.push.RongPushClient
- Push service redirection.
- ReferenceMessage - class in io.rong.message
- Referenced Message** (Supports text, image, file, and image-text messages)
- ReferenceMessageHandler - class in io.rong.message
- Refused - enum entry in io.rong.imlib.model.FriendApplicationStatus
- Rejected, declined friend requests from others 
- refuseFriendApplication(java.lang.String,io.rong.imlib.IRongCoreCallback.OperationCallback) - function in io.rong.imlib.RongCoreClient
- Reject friend request
- refuseFriendApplication(java.lang.String,java.lang.String,io.rong.imlib.IRongCoreCallback.OperationCallback) - function in io.rong.imlib.internal.manager.FriendManager
- refuseGroupApplication(java.lang.String,java.lang.String,java.lang.String,java.lang.String,io.rong.imlib.IRongCoreCallback.OperationCallback) - function in io.rong.imlib.RongCoreClient
- The group owner or administrator rejects a user's request to join the group.
- refuseGroupApplication(java.lang.String,java.lang.String,java.lang.String,java.lang.String,io.rong.imlib.IRongCoreCallback.OperationCallback) - function in io.rong.imlib.internal.manager.GroupManager
- refuseGroupInvite(java.lang.String,java.lang.String,java.lang.String,io.rong.imlib.IRongCoreCallback.OperationCallback) - function in io.rong.imlib.RongCoreClient
- User declined to join the group
- refuseGroupInvite(java.lang.String,java.lang.String,java.lang.String,io.rong.imlib.IRongCoreCallback.OperationCallback) - function in io.rong.imlib.internal.manager.GroupManager
- register(IMLibExtensionModule) - function in io.rong.imlib.IMLibExtensionModuleManager
- register(Context,PushConfig,long) - function in io.rong.push.rongpush.RongPush
- registerCmdMsgType(java.lang.String) - function in io.rong.imlib.LibHandlerStub
- registerCmdMsgTypes(java.util.List) - function in io.rong.imlib.LibHandlerStub
- registerDeleteMessageType(java.util.List) - function in io.rong.imlib.LibHandlerStub
- registerFCM(Context) - function in io.rong.push.RongPushClient
- Registers for FCM push notifications.
- registerGCM(Context) - function in io.rong.push.RongPushClient
- Registers for GCM push notifications.
- registerHWPush(Context) - function in io.rong.push.RongPushClient
- Registers for Huawei push notifications.
- registerIPC(IMLibExtensionModuleIPC) - function in io.rong.imlib.IMLibExtensionModuleManager
- registerMessageType(java.lang.String) - function in io.rong.imlib.LibHandlerStub
- registerMessageType(java.lang.Class) - function in io.rong.imlib.RongCoreClient
- Register custom message types Call this method after initialization and before connecting to register custom messages.
- registerMessageType(java.util.List) - function in io.rong.imlib.RongCoreClient
- Batch register custom message types Call this method to register custom messages after initialization and before connecting.
- registerMessageTypeByCustomMessageInfos(java.util.List) - function in io.rong.imlib.LibHandlerStub
- registerMessageTypes(java.util.List) - function in io.rong.imlib.LibHandlerStub
- registerMiPush(Context,java.lang.String,java.lang.String) - function in io.rong.push.RongPushClient
- Registers Xiaomi Push.
- registerModule(java.util.Map) - function in io.rong.imlib.LibHandlerStub
- registerModulesByName(java.util.List) - function in io.rong.imlib.IMLibExtensionModuleManager
- Registration method for modules
- registerMZPush(Context,java.lang.String,java.lang.String) - function in io.rong.push.RongPushClient
- Registers for Meizu push notifications.
- registerReceiverCompat(Context,BroadcastReceiver,IntentFilter) - function in io.rong.common.SystemUtils
- Unify broadcast registration encapsulation for centralized handling of permissions, compliance, and other issues.
- registerRong(Context,PushType) - function in io.rong.push.PushManager
- Registers the corresponding platform's registration interface based on the push type.
- REJECTED_BY_BLACKLIST - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 已被对方加入黑名单,消息发送失败 
- RemoteHistoryMsgOption - class in io.rong.imlib.model
- RemoteHistoryMsgOption.PullOrder - class in io.rong.imlib.model.RemoteHistoryMsgOption
- RemoteModelWrap - class in io.rong.imlib.model
- Remove - enum entry in io.rong.imlib.model.GroupOperationType
- Remove 
- REMOVE_MEMBER_PERMISSION - enum entry in io.rong.imlib.model.GroupInfoKeys
- removeAllNotification(Context) - function in io.rong.push.notification.RongNotificationInterface
- Clears all push notifications for the application.
- removeAllPushNotification(Context) - function in io.rong.push.notification.RongNotificationInterface
- Clears all offline push notifications.
- removeAllPushServiceNotification(Context) - function in io.rong.push.notification.RongNotificationInterface
- Clears all push notifications from the background push service.
- removeConnectionStatusListener(io.rong.imlib.IRongCoreListener.ConnectionStatusListener) - function in io.rong.imlib.RongCoreClient
- Remove the listener for connection status changes.
- removeConnectivityStateChangedListener(io.rong.imlib.ModuleManager.ConnectivityStateChangedListener) - function in io.rong.imlib.ModuleManager
- removeConversation(ConversationType,java.lang.String,java.lang.String,io.rong.imlib.IRongCoreCallback.ResultCallback) - function in io.rong.imlib.ChannelClient
- Removes a conversation from the conversation list.
- removeConversation(int,java.lang.String,java.lang.String,IBooleanCallback) - function in io.rong.imlib.LibHandlerStub
- removeConversation(ConversationType,java.lang.String,io.rong.imlib.IRongCoreCallback.ResultCallback) - function in io.rong.imlib.RongCoreClient
- Removes a conversation from the conversation list.
- removeConversations(java.util.List,io.rong.imlib.IRongCoreCallback.ResultCallback) - function in io.rong.imlib.ChannelClient
- Removes a conversation from the conversation list in bulk.
- removeConversations(java.util.List,IBooleanCallback) - function in io.rong.imlib.LibHandlerStub
- removeConversationsFromTag(java.lang.String,java.util.List,IOperationCallback) - function in io.rong.imlib.LibHandlerStub
- removeConversationsFromTag(java.lang.String,java.util.List,io.rong.imlib.IRongCoreCallback.OperationCallback) - function in io.rong.imlib.RongCoreClient
- Deletes conversations from a specified tag
- removeDatabase(java.lang.String) - function in io.rong.imlib.RongCoreClient
- Deletes the message database for the specified user.
- removeDatabaseStatusListener(IOnDatabaseStatusListener) - function in io.rong.imlib.ConnectionService
- removeDatabaseStatusListener(IOnDatabaseStatusListener) - function in io.rong.imlib.LibHandlerStub
- removeDatabaseStatusListener(io.rong.imlib.IRongCoreListener.DatabaseUpgradeStatusListener) - function in io.rong.imlib.RongCoreClient
- Removes the database upgrade status listener
- removeFile(java.lang.String) - function in io.rong.common.FileUtils
- Delete File
- removeFromBlacklist(java.lang.String,IOperationCallback) - function in io.rong.imlib.LibHandlerStub
- removeFromBlacklist(java.lang.String,io.rong.imlib.IRongCoreCallback.OperationCallback) - function in io.rong.imlib.RongCoreClient
- Removes a user from the blocklist.
- removeGroupFollows(java.lang.String,java.util.List,io.rong.imlib.IRongCoreCallback.OperationCallback) - function in io.rong.imlib.RongCoreClient
- Remove users from the group's special attention list
- removeGroupFollows(java.lang.String,java.util.List,io.rong.imlib.IRongCoreCallback.OperationCallback) - function in io.rong.imlib.internal.manager.GroupManager
- removeGroupManagers(java.lang.String,java.util.List,io.rong.imlib.IRongCoreCallback.OperationCallback) - function in io.rong.imlib.RongCoreClient
- Remove group administrators
- removeGroupManagers(java.lang.String,java.util.List,io.rong.imlib.IRongCoreCallback.OperationCallback) - function in io.rong.imlib.internal.manager.GroupManager
- removeKeysInExpansionEx(java.util.List,java.util.HashMap) - function in io.rong.common.JSONUtils
- Deletes the specified keys
- removeKeysTSInExpansionEx(long,java.util.List,java.util.HashMap) - function in io.rong.common.JSONUtils
- Deletes the specified keys with timestamp comparison
- RemoveManager - enum entry in io.rong.imlib.model.GroupOperation
- Remove administrator. 
- removeMessageExpansion(java.util.List,java.lang.String,IOperationCallback) - function in io.rong.imlib.LibHandlerStub
- removeMessageExpansion(java.util.List,java.lang.String,io.rong.imlib.IRongCoreCallback.OperationCallback) - function in io.rong.imlib.RongCoreClient
- Deletes specific key-value pairs from the message extension information
- removeMessageRouter(io.rong.imlib.ModuleManager.MessageRouter) - function in io.rong.imlib.ModuleManager
- removeNotification(Context,int) - function in io.rong.push.notification.RongNotificationInterface
- removeNotificationQuietHours(io.rong.imlib.IRongCoreCallback.OperationCallback) - function in io.rong.imlib.ChannelClient
- Removes the Do Not Disturb period for message notifications.
- removeNotificationQuietHours(IOperationCallback) - function in io.rong.imlib.LibHandlerStub
- removeNotificationQuietHours(io.rong.imlib.IRongCoreCallback.OperationCallback) - function in io.rong.imlib.RongCoreClient
- Remove the Do Not Disturb time for message notifications.
- removeOnReceiveMessageListener(OnReceiveMessageWrapperListener) - function in io.rong.imlib.RongCoreClient
- Removes the listener for message received events.
- removeRemoteConversations(java.util.List,io.rong.imlib.IRongCoreCallback.OperationCallback) - function in io.rong.imlib.ChannelClient
- Delete remote conversation list
- removeRemoteConversations(java.util.List,IOperationCallback) - function in io.rong.imlib.LibHandlerStub
- removeTag(java.lang.String,IOperationCallback) - function in io.rong.imlib.LibHandlerStub
- removeTag(java.lang.String,io.rong.imlib.IRongCoreCallback.OperationCallback) - function in io.rong.imlib.RongCoreClient
- Remove tag
- removeTagsFromConversation(ConversationIdentifier,java.util.List,IOperationCallback) - function in io.rong.imlib.LibHandlerStub
- removeTagsFromConversation(ConversationIdentifier,java.util.List,io.rong.imlib.IRongCoreCallback.OperationCallback) - function in io.rong.imlib.RongCoreClient
- Removes specified tags from a conversation
- removeUltraGroupMessageExpansion(java.lang.String,java.util.List,io.rong.imlib.IRongCoreCallback.OperationCallback) - function in io.rong.imlib.ChannelClient
- Deletes specific key-value pairs from the extension information of an ultra group message
- removeUltraMessageExpansion(java.util.List,java.lang.String,IOperationCallback) - function in io.rong.imlib.LibHandlerStub
- reportToken(java.util.List,java.lang.String,io.rong.push.pushconfig.PushRequestManager.ISetPushTokenResultCallback,long) - function in io.rong.push.pushconfig.PushRequestManager
- Report token
- requestNav(java.lang.String,java.lang.String,boolean,java.lang.String) - function in io.rong.imlib.IMLibRTCClient
- Refresh IM Nav to reacquire the navigation JWT
- requestNav(java.lang.String,java.lang.String,boolean,int) - function in io.rong.imlib.LibHandlerStub
- requestNavi(boolean,java.lang.String) - function in io.rong.imlib.ConnectionService
- resetNotificationId() - function in io.rong.push.notification.RongNotificationHelper
- resetPushServiceNotificationId() - function in io.rong.push.notification.RongNotificationHelper
- resolveHMSCoreUpdate(Activity) - function in io.rong.push.RongPushClient
- Handles the logic for upgrading the HMS Core version below 3.0, which cannot obtain the token and triggers a pop-up prompt.
- resolveHWPushError(Activity,long) - function in io.rong.push.RongPushClient
- Note: After upgrading Huawei Push to version 3.0, this interface has been deprecated and calling it has no effect.
- RichContentItem - class in io.rong.message
- RichContentMessage - class in io.rong.message
- ImageTextMessage Class Represents an image-text message.
- RLog - class in io.rong.common
- Use io.rong.common.rlog.
- ROAMING_SERVICE_UNAVAILABLE_CHATROOM - enum entry in io.rong.imlib.IRongCoreEnum.CoreErrorCode
- 聊天室云存储业务未开通 
- ROLE - enum entry in io.rong.imlib.model.UserProfileKeys
- RONG - enum entry in io.rong.push.PushType
- RongBridgeActivity - class in io.rong.push.notification
- RongCommonDefine - class in io.rong.imlib
- RongCommonDefine.GetMessageDirection - class in io.rong.imlib.RongCommonDefine
- Direction of historical messages.
- RongCoreClient - class in io.rong.imlib
- 获取会话中未读的 @消息。
- RongJobIntentService - class in io.rong.imlib
- Helper for processing work that has been enqueued for a job/service.
- RongListWrap - class in io.rong.imlib.model
- Created by zhjchen on 8/2/15.
- RongNetworkType - class in io.rong.imlib.enumtype
- Current network mode
- RongNetworkType.Type - class in io.rong.imlib.enumtype.RongNetworkType
- RongNotificationHelper - class in io.rong.push.notification
- RongNotificationInterface - class in io.rong.push.notification
- FCM Push Passthrough Pop-up Notification Bar
- RongNotificationInterface.SoundType - class in io.rong.push.notification.RongNotificationInterface
- RongPush - class in io.rong.push.rongpush
- RongPushCacheHelper - class in io.rong.push.rongpush
- RongPushClient - class in io.rong.push
- RongPushClient.ConversationType - class in io.rong.push.RongPushClient
- Conversation Type Enumeration.
- RongRuntimeException - class in io.rong.imlib
- RongWebView - class in io.rong.common
- RTC_FORCE_CONNECT - enum entry in io.rong.imlib.IRongCoreEnum.ConnectReason
- RTC_FORCE_REFRESH_NAVI - enum entry in io.rong.imlib.IRongCoreEnum.ConnectReason
- RTC_ROOM - enum entry in io.rong.imlib.model.Conversation.ConversationType
- RTC audio/video call type. 
- RTC_ROOM - enum entry in io.rong.push.RongPushClient.ConversationType
- rtc audio and video call type. 
- RTC_VOIP_PUSH - enum entry in io.rong.imlib.IRongCoreEnum.ConnectReason
- rtcDeleteInnerData(java.lang.String,int,kotlin.Array,java.lang.String,java.lang.String,io.rong.imlib.IRongCoreCallback.OperationCallback) - function in io.rong.imlib.IMLibRTCClient
- rtcDeleteOuterData(java.lang.String,int,kotlin.Array,java.lang.String,java.lang.String,io.rong.imlib.IRongCoreCallback.OperationCallback) - function in io.rong.imlib.IMLibRTCClient
- rtcGetInnerData(java.lang.String,int,kotlin.Array,io.rong.imlib.IRongCoreRTCCallback.IRtcIODataCallback) - function in io.rong.imlib.IMLibRTCClient
- rtcGetOuterData(java.lang.String,int,kotlin.Array,io.rong.imlib.IRongCoreRTCCallback.IRtcIODataCallback) - function in io.rong.imlib.IMLibRTCClient
- rtcPutInnerDatum(java.lang.String,int,java.lang.String,java.lang.String,java.lang.String,java.lang.String,io.rong.imlib.IRongCoreCallback.OperationCallback) - function in io.rong.imlib.IMLibRTCClient
- rtcPutOuterDatum(java.lang.String,int,java.lang.String,java.lang.String,java.lang.String,java.lang.String,io.rong.imlib.IRongCoreCallback.OperationCallback) - function in io.rong.imlib.IMLibRTCClient
- rtcSetUserResource(java.lang.String,kotlin.Array,java.lang.String,kotlin.Array,io.rong.imlib.IRongCoreCallback.OperationCallback) - function in io.rong.imlib.IMLibRTCClient
- RTCSignaling(java.lang.String,java.lang.String,boolean,kotlin.Array,int,io.rong.imlib.IRongCoreCallback.ResultCallback) - function in io.rong.imlib.IMLibRTCClient
- RTCSignalingByDefaultTimeout(java.lang.String,java.lang.String,boolean,kotlin.Array,io.rong.imlib.IRongCoreCallback.ResultCallback) - function in io.rong.imlib.IMLibRTCClient
- RTCStatusDate - class in io.rong.imlib.model
- RTCUser - class in io.rong.imlib.model