UserOnlineStatus enum
User online status
Values
- offline → const UserOnlineStatus
-
The peer user is offline, either because RTCVideo.login has not been called or RTCVideo.logout has been called.
- online → const UserOnlineStatus
-
The peer user is online
- unreachable → const UserOnlineStatus
-
Unable to get the peer user's online status.
Returned when a cascade error occurs and the online state of the peer user is abnormal.
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<
UserOnlineStatus> - A constant List of the values in this enum, in order of their declaration.