ByteRTCMixedStreamTaskErrorCode enum
Values
- ByteRTCMixedStreamTaskErrorCodeOK → const ByteRTCMixedStreamTaskErrorCode
-
@brief Successfully pushed streams to target CDN.
- ByteRTCMixedStreamTaskErrorCodeBase → const ByteRTCMixedStreamTaskErrorCode
-
@hidden currently not available @brief Reserved error code, not accessible.
- ByteRTCMixedStreamTaskErrorCodeTimeOut → const ByteRTCMixedStreamTaskErrorCode
-
@brief Request timed out. Please check network status and retry.
- ByteRTCMixedStreamTaskErrorCodeInvalidParamByServer → const ByteRTCMixedStreamTaskErrorCode
-
@brief Invalid parameters detected by the server.
- ByteRTCMixedStreamTaskErrorCodeSubTimeoutByServer → const ByteRTCMixedStreamTaskErrorCode
-
@brief Subscription to the stream has expired.
- ByteRTCMixedStreamTaskErrorCodeInvalidStateByServer → const ByteRTCMixedStreamTaskErrorCode
-
@brief Internal server error.
- ByteRTCMixedStreamTaskErrorCodeAuthenticationByCDN → const ByteRTCMixedStreamTaskErrorCode
-
@brief The server failed to push streams to CDN.
- ByteRTCMixedStreamTaskErrorCodeUnKnownErrorByServer → const ByteRTCMixedStreamTaskErrorCode
-
@brief Unknown error from server.
- ByteRTCMixedStreamTaskErrorCodeSignalRequestTimeout → const ByteRTCMixedStreamTaskErrorCode
-
@brief Signaling connection timeout error. Please check network status and retry.
- ByteRTCMixedStreamTaskErrorCodeMixImageFailed → const ByteRTCMixedStreamTaskErrorCode
-
@brief Fail to mix image.
- ByteRTCMixedStreamTaskErrorCodeStreamSyncWorse → const ByteRTCMixedStreamTaskErrorCode
-
@hidden currently not available @brief The cache is not synchronize.
- ByteRTCMixedStreamTaskErrorCodePushWTNFailed → const ByteRTCMixedStreamTaskErrorCode
-
@brief Fail to push WTN stream.
- ByteRTCMixedStreamTaskErrorCodeMax → const ByteRTCMixedStreamTaskErrorCode
-
@hidden for internal use only
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<
ByteRTCMixedStreamTaskErrorCode> - A constant List of the values in this enum, in order of their declaration.