SubscribeStateChangeReason enum
{zh} * @detail keytype @brief 订阅状态变化原因
Values
- subscribe → const SubscribeStateChangeReason
-
@brief Requested to subscribe.
- unsubscribe → const SubscribeStateChangeReason
-
@brief Requested to unsubscribe.
- remote_publish → const SubscribeStateChangeReason
-
@brief The remote user published a stream.
- remote_unpublish → const SubscribeStateChangeReason
-
@brief The remote user removed a stream.
- stream_failed_5_xx → const SubscribeStateChangeReason
-
@brief Failed to subscribe due to the server error. The SDK will automatically retry.
- stream_failed_404 → const SubscribeStateChangeReason
-
@brief Failed to subscribe since the stream to be subscribe to was not found in the room. The SDK will automatically retry the subscription. If the subscription still fails, we recommend you exit and retry.
- over_stream_subscribe_limit → const SubscribeStateChangeReason
-
@brief The number of streams the user has subscribed to has exceeded the limit.
- no_subscribe_permission → const SubscribeStateChangeReason
-
@brief The user was not permitted to subscribe to the stream.
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<
SubscribeStateChangeReason> - A constant List of the values in this enum, in order of their declaration.