TUIError class abstract

Constructors

TUIError()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

ERR_ALREADY_IN_SEAT → const int
当前用户已经在麦位上
ERR_ALREADY_ROOM_ENTER → const int
ERR_ALREADY_ROOM_OWNER → const int
ERR_CAMERA_DEVICE_EMPTY → const int
当前无摄像头设备,请插入摄像头设备解决该问题
ERR_CAMERA_NOT_AUTHORIZED → const int
摄像头没有系统授权, 检查系统授权
ERR_CAMERA_OCCUPY → const int
摄像头被占用,检查是否有其他进程使用摄像头
ERR_CAMERA_START_FAILED → const int
本地用户渲染,视频管理,音频管理API 回调错误定义**/ /// 系统问题,打开摄像头失败。检查摄像头设备是否正常
ERR_FAILED → const int
ERR_FREQ_LIMIT → const int
请求被限频
ERR_GET_SCREEN_SHARING_TARGET_FAILED → const int
获取屏幕分享对象失败,检查屏幕录制权限
ERR_IM_ATTRIBUTE_WRITE_CONFLICT → const int
ERR_INVALID_PARAMETER → const int
调用 API 时,传入的参数不合法,检查入参是否合法
ERR_INVALID_REQUEST_ID → const int
信令请求ID 无效或已经被处理过。
ERR_INVALID_ROOM_ID → const int
创建房间ID 非法,自定义 ID 必须为可打印 ASCII 字符(0x20-0x7e),最长48个字节
ERR_INVALID_ROOM_NAME → const int
房间名称非法,名称最长30字节,字符编码必须是 UTF-8 ,如果包含中文
ERR_LIVE_DISCONNECTED → const int
ERR_LIVE_NO_AVAILABLE_HEVC_DECODERS → const int
ERR_LIVE_REQUEST_SERVER_TIMEOUT → const int
ERR_LIVE_SERVER_PROCESS_FAILED → const int
ERR_MAX_SEAT_COUNT_LIMIT → const int
最大麦位超出套餐包数量限制
ERR_MICROPHONE_DEVICE_EMPTY → const int
当前无麦克风设备
ERR_MICROPHONE_NOT_AUTHORIZED → const int
麦克风没有系统授权,检查系统授权
ERR_MICROPHONE_OCCUPY → const int
麦克风被占用
ERR_MICROPHONE_START_FAILED → const int
系统问题,打开麦克风失败。检查麦克风设备是否正常
ERR_NEED_ADMIN_PERMISSION → const int
需要房主或者管理员权限才能操作
ERR_NEED_ENTER_ROOM → const int
需要进房后才可使用此功能
ERR_NEED_OWNER_PERMISSION → const int
房间内用户发言管理API回调错误定义 & 房间内麦位管理API 回调错误定义**/ /// 需要房主权限才能操作
ERR_NOT_SUPPORT_IN_ROOM_TYPE → const int
当前房间类型下不支持该操作
ERR_NOT_SUPPORT_IN_SPEECH_MODE → const int
当前发言模式下不支持该操作
ERR_OPEN_CAMERA_NEED_APPLY_BY_ADMIN → const int
需要向房主或管理员申请后打开摄像头
ERR_OPEN_CAMERA_NEED_SEAT_UNLOCK_VIDEO → const int
当前麦位视频被锁, 需要由房主解锁麦位后,才能打开摄像头
ERR_OPEN_MICROPHONE_NEED_APPLY_BY_ADMIN → const int
需要向房主或管理员申请后打开麦克风
ERR_OPEN_MICROPHONE_NEED_SEAT_UNLOCK_AUDIO → const int
当前麦位音频被锁
ERR_PERMISSION_DENIED → const int
获取权限失败,当前未授权音/视频权限,请查看是否开启设备权限。Room场景下请使用以下错误码来处理: ERR_CAMERA_NOT_AUTHORIZED(摄像头没有系统授权) ERR_MICROPHONE_NOT_AUTHORIZED(麦克风没有系统授权)
ERR_REQUEST_NO_PERMISSION → const int
信令请求无权限,比如取消非自己发起的邀请。
ERR_REQUIRE_PAYMENT → const int
该功能需要开通额外的套餐,请在腾讯云视立方SDK按需开通对应套餐 https://console.cloud.tencent.com/vcube/project/manage
ERR_ROOM_HAS_BEEN_ENTER_OTHER → const int
当前用户已在别的房间内 单个roomEngine实例只支持用户进入一个房间,如果要进入不同的房间请先退房或者使用新的roomEngine实例。
ERR_ROOM_ID_HAS_BEEN_USED → const int
房间ID 已被使用,请选择别的房间ID
ERR_ROOM_ID_NOT_FOUND → const int
房间管理相关API回调错误定义**/ /// 进房时房间不存在,或许已被解散
ERR_ROOM_OWNER_NOT_ALLOW_EXIT → const int
房主不支持退房操作 Conference(会议)房间类型: 可以先转让房主再退房。 LivingRoom(直播)房间类型: 房主只能解散房间。
ERR_SDK_NOT_INITIALIZED → const int
未登录,请调用Login接口
ERR_SDKAPPID_NOT_FOUND → const int
SDKAppID 未找到,请在腾讯云视立方SDK控制台确认应用信息。 https://console.cloud.tencent.com/vcube/project/manage
ERR_SEAT_HAS_BEEN_LOCKED → const int
当前麦位被锁
ERR_SEAT_HAS_BEEN_USED → const int
当前麦位已经有人了
ERR_SEAT_INDEX_NOT_EXIST → const int
麦位编号不存在
ERR_SEAT_TAKE_COUNT_FULL → const int
上麦人数已满
ERR_SEND_MESSAGE_DISABLE_FOR_ALL → const int
当前房间已开启全员禁言
ERR_SEND_MESSAGE_DISABLE_FOR_SELF → const int
当前房间内,你已被已禁言
ERR_START_SCREEN_SHARING_FAILED → const int
开启屏幕分享失败,检查房间内是否有人正在屏幕分享
ERR_SUCC → const int
ERR_USER_NOT_EXIST → const int
房间内用户信息API回调错误定义
ERR_USER_NOT_IN_ROOM → const int
ERR_USER_NOT_ON_SEAT → const int
当前用户没有在麦上