ByteRTCWTNSubscribeStateChangeReason enum

Inheritance
  • Object
  • Enum
  • ByteRTCWTNSubscribeStateChangeReason
Available extensions

Values

ByteRTCWTNSubscribeStateChangeReasonSubscribe → const ByteRTCWTNSubscribeStateChangeReason

@brief Subscribe WTN media stream successfully

ByteRTCWTNSubscribeStateChangeReasonUnsubscribe → const ByteRTCWTNSubscribeStateChangeReason

@brief Failed to subscribe WTN media stream for other reasons.

ByteRTCWTNSubscribeStateChangeReasonRemotePublish → const ByteRTCWTNSubscribeStateChangeReason

@brief Failed to subscribe because the remote end did not publish.

ByteRTCWTNSubscribeStateChangeReasonOverClientSubscribeStreamLimit → const ByteRTCWTNSubscribeStateChangeReason

@brief Failed to subscribe because the single-end subscription limit has been exceeded. An engine instance can pull a maximum of 5 streams.

ByteRTCWTNSubscribeStateChangeReasonOverStreamSubscribeUserLimit → const ByteRTCWTNSubscribeStateChangeReason

@brief Failed to subscribe because the single-stream subscription limit has been exceeded. The limit is set by RTC server.

ByteRTCWTNSubscribeStateChangeReasonOverStreamSubscribeRequestLimit → const ByteRTCWTNSubscribeStateChangeReason

@brief Failed to subscribe because the limit of the single-stream subscription request has been exceeded. The limit is set by RTC server.

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