StreamSubscribeState enum

Inheritance
Available extensions

Values

SUCCESS → const StreamSubscribeState

@brief Successfully changed the subscription status

FAILED_NOT_IN_ROOM → const StreamSubscribeState

@brief Failed to change the subscription status, because you were not in the room.

FAILED_STREAM_NOT_FOUND → const StreamSubscribeState

@brief Failed to change the subscription status, because the target audio/video stream was not found.

FAILED_AUTO_MODE → const StreamSubscribeState
FAILED_SIGNAL → const StreamSubscribeState

@brief Failed to change the subscription status because of a signaling error. Please try again.

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<StreamSubscribeState>
A constant List of the values in this enum, in order of their declaration.