ByteRTCFallbackOrRecoverReason enum

Inheritance
Available extensions

Values

ByteRTCFallbackOrRecoverReasonUnknown → const ByteRTCFallbackOrRecoverReason

@brief The default: Fallback due to an unknown reason that is neither infufficienclt bandwidth of the network nor poor-performance of the device

ByteRTCFallbackOrRecoverReasonSubscribeFallbackByBandwidth → const ByteRTCFallbackOrRecoverReason

@brief Fallback of the subscribed stream due to insufficient bandwidth of the network

ByteRTCFallbackOrRecoverReasonSubscribeFallbackByPerformance → const ByteRTCFallbackOrRecoverReason

@brief Fallback of the subscribed stream for poor-performance of the device

ByteRTCFallbackOrRecoverReasonSubscribeRecoverByBandwidth → const ByteRTCFallbackOrRecoverReason

@brief Reverting from a Fallback of the subscribed stream due to the recovery of the network bandwidth

ByteRTCFallbackOrRecoverReasonSubscribeRecoverByPerformance → const ByteRTCFallbackOrRecoverReason

@brief Reverting from a Fallback of the subscribed stream due to the amelioration of the device performance

ByteRTCFallbackOrRecoverReasonPublishFallbackByBandwidth → const ByteRTCFallbackOrRecoverReason

@brief Fallback of the publishing stream due to Insufficient bandwidth of the network

ByteRTCFallbackOrRecoverReasonPublishFallbackByPerformance → const ByteRTCFallbackOrRecoverReason

@brief Fallback of the publishing stream due to poor-performance of the device

ByteRTCFallbackOrRecoverReasonPublishRecoverByBandwidth → const ByteRTCFallbackOrRecoverReason

@brief Reverting from a Fallback of the publishing stream due to the recovery of the network bandwidth

ByteRTCFallbackOrRecoverReasonPublishRecoverByPerformance → const ByteRTCFallbackOrRecoverReason

@brief Reverting from a Fallback of the publishing stream due to the amelioration of the device performance

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