NEMeetingCode class

描述对应状态的额外信息, 与对外文档一致

Constructors

NEMeetingCode()

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

authInfoExpired → const int
disconnecting by self & self is host
closeByHost → const int
当前正在从会议中断开,原因为会议被主持人关闭
closeBySelfAsHost → const int
disconnecting by self & self is host
endOfLife → const int
会议时长到达上限
joinChannelError → const int
加入频道失败
joinTimeout → const int
加入会议超时
loginOnOtherDevice → const int
disconnecting by login other device
removedByHost → const int
当前正在从会议中断开,原因为被会议主持人移除
roomNotExist → const int
房间不存在
rtcInitError → const int
rtc 模块初始化失败
self → const int
当前正在从会议中断开,原因为用户主动断开
syncDataError → const int
同步房间信息失败
undefined → const int
无效状态,占位用
verifyPassword → const int
正在等待验证会议密码 @since 1.2.1