NEMeetingErrorCode class

SDK通用错误码

Constructors

NEMeetingErrorCode()

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

alreadyInMeeting → const int
创建或加入会议失败,原因为当前已经处于一个会议中
badPassword → const int
会议密码错误
cancelled → const int
取消操作
failed → const int
对应接口调用失败
loginError → const int
SDK登录鉴权请求失败
meetingAlreadyExist → const int
创建会议失败,原因为当前已经存在一个使用相同会议ID的会议。调用方此时可以加入该会议或者等待该会议结束后重新创建
meetingLocked → const int
==================== ERROR CODE FROM SERVER ==================== 会议被锁定
meetingNotExist → const int
会议不存在
meetingNotInProgress → const int
room 不存在
meetingPasswordError → const int
会议密码错误
noAuth → const int
SDK没有登录
noNetwork → const int
接口调用失败,原因为无网络连接
paramError → const int
接口调用失败,原因为参数错误
reuseIMAccountNotMatch → const int
开启了IM复用,IM账号不匹配
reuseIMNotLogin → const int
开启了IM复用,请先登录IM
reuseIMNotSupportAnonymousJoinMeeting → const int
IM复用不支持匿名加入会议
success → const int
对应接口调用成功