Toggle navigation
百家云开发者中心
文档首页
互动白板
发版说明
快速入门
一分钟跑通 DEMO
一分钟集成 SDK
客户端 API
Android
iOS
Harmony
Web
服务端 API
API 概览
文档转码相关接口
转码文档关联房间
互动白板
>
客户端 API
>
iOS
iOS
编辑文档
更新于
2024-11-11 06:14:32
概况
Room
Document
User
Chat
对象和枚举
BRTMError
最佳实践
BRTMErrorCode
基础错误码
符号
值
含义
BRTMErrorCode_success
0
成功
BRTMErrorCode_unknown
21
未知错误
通用错误码
符号
值
含义
BRTMErrorCode_networkError
1
网络错误
BRTMErrorCode_requestFailed
2
请求失败
BRTMErrorCode_cancelled
3
主动调用取消
BRTMErrorCode_invalidUserRole
4
非法用户角色
BRTMErrorCode_invalidCalling
5
非法调用
BRTMErrorCode_invalidArguments
6
参数错误
BRTMErrorCode_areYouRobot
7
操作过于频繁
进入房间错误码
符号
值
含义
BRTMErrorCode_enterRoom_roomIsFull
8
教室已满
BRTMErrorCode_enterRoom_unsupportedClient
9
不支持 iOS 端进入教室
BRTMErrorCode_enterRoom_unsupportedDevice
10
不支持当前设备进入教室
BRTMErrorCode_enterRoom_forbidden
11
用户被禁止进入教室
BRTMErrorCode_enterRoom_loginConflict
12
用户已经在其它设备登录
BRTMErrorCode_enterRoom_auditionTimeout
13
试听结束
BRTMErrorCode_enterRoom_timeExpire
14
教室时间到期
退出房间错误码
符号
值
含义
BRTMErrorCode_exitRoom_disconnected
15
进房间失败
BRTMErrorCode_exitRoom_loginConflict
16
超过最大白板数
BRTMErrorCode_exitRoom_kickout
17
白板最少得有一页
BRTMErrorCode_exitRoom_auditionTimeout
18
信令发送频率过高
BRTMErrorCode_exitRoom_timeExpire
19
翻登录冲突下线
BRTMErrorCode_exitRoom_presenterLeave
20
翻登录冲突下线
{{allComment[version]}}
×
暂无评论
{{comment.author}}
{{ comment.createdAt | date: 'yyyy-MM-dd HH:mm:ss '}}
{{comment.content}}
评论
您需要
授权
后才能评论
iOS
BRTMErrorCode
基础错误码
通用错误码
进入房间错误码
退出房间错误码