UserOfflineReason enum
远端用户离开房间的原因
Values
- quit → const UserOfflineReason
-
远端用户调用 RTCRoom.leaveRoom 方法主动退出房间
- dropped → const UserOfflineReason
-
远端用户因网络等原因掉线
- switchToInvisible → const UserOfflineReason
-
远端用户切换至隐身状态
- kickedByAdmin → const UserOfflineReason
-
服务端调用 OpenAPI,将远端用户踢出房间
Properties
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<
UserOfflineReason> - A constant List of the values in this enum, in order of their declaration.