NEVoiceRoomEndReason enum
房间结束原因枚举
Values
- leaveBySelf → const NEVoiceRoomEndReason
-
成员主动离开房间
- syncDataError → const NEVoiceRoomEndReason
-
数据同步错误
- kickBySelf → const NEVoiceRoomEndReason
-
多端同时加入同一房间被踢
- kickOut → const NEVoiceRoomEndReason
-
被管理员踢出房间
- closeByMember → const NEVoiceRoomEndReason
-
房间被关闭
- endOfLife → const NEVoiceRoomEndReason
-
房间到期关闭
- allMembersOut → const NEVoiceRoomEndReason
-
所有成员退出
- closeByBackend → const NEVoiceRoomEndReason
-
后台关闭
- loginStateError → const NEVoiceRoomEndReason
-
账号异常
- endOfRtc → const NEVoiceRoomEndReason
-
rtc 异常,退出
- unknown → const NEVoiceRoomEndReason
-
未知异常
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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<
NEVoiceRoomEndReason> - A constant List of the values in this enum, in order of their declaration.