RemoteVideoStateChangeReason enum

Inheritance
Available extensions

Values

REMOTE_VIDEO_STATE_CHANGE_REASON_INTERNAL → const RemoteVideoStateChangeReason

@brief Internal reasons

REMOTE_VIDEO_STATE_CHANGE_REASON_NETWORK_CONGESTION → const RemoteVideoStateChangeReason

@brief Network blocking

REMOTE_VIDEO_STATE_CHANGE_REASON_NETWORK_RECOVERY → const RemoteVideoStateChangeReason

@brief Network back to normal

REMOTE_VIDEO_STATE_CHANGE_REASON_LOCAL_MUTED → const RemoteVideoStateChangeReason

@brief Local user stops receiving remote video stream or local user disables video module

REMOTE_VIDEO_STATE_CHANGE_REASON_LOCAL_UNMUTED → const RemoteVideoStateChangeReason

@brief Local user resumes receiving remote video streams or local user enables video modules

REMOTE_VIDEO_STATE_CHANGE_REASON_REMOTE_MUTED → const RemoteVideoStateChangeReason

@brief The remote user stops sending the video stream or the remote user disables the video module

REMOTE_VIDEO_STATE_CHANGE_REASON_REMOTE_UNMUTED → const RemoteVideoStateChangeReason

@brief Remote user resumes sending video stream or remote user enables video module

REMOTE_VIDEO_STATE_CHANGE_REASON_REMOTE_OFFLINE → const RemoteVideoStateChangeReason

@brief Remote user leaves room.

Properties

$value → dynamic
final
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<RemoteVideoStateChangeReason>
A constant List of the values in this enum, in order of their declaration.