NERoomEndReason enum

房间结束原因枚举

Inheritance

Constructors

NERoomEndReason()
const

Values

kLeaveBySelf → const NERoomEndReason

成员主动离开房间

kSyncDataError → const NERoomEndReason

数据同步错误

kKickOut → const NERoomEndReason

被管理员踢出房间

kKickBySelf → const NERoomEndReason

多端同时加入同一房间被踢

kCloseByMember → const NERoomEndReason

房间被关闭

kEndOfLife → const NERoomEndReason

房间到期关闭

kAllMemberOut → const NERoomEndReason

所有成员退出

kCloseByBackend → const NERoomEndReason

后台关闭

kLoginStateError → const NERoomEndReason

账号异常

kEndOfRtc → const NERoomEndReason

RTC 异常

kUnknown → const NERoomEndReason

未知异常

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

values → const List<NERoomEndReason>
A constant List of the values in this enum, in order of their declaration.