ByteRTCSingleStreamTaskErrorCode enum
Values
- ByteRTCSingleStreamTaskErrorCodeOK → const ByteRTCSingleStreamTaskErrorCode
-
@brief Everything is OK.
- ByteRTCSingleStreamTaskErrorCodeBase → const ByteRTCSingleStreamTaskErrorCode
-
@hidden currently not available @brief Reserved error code, not accessible.
- ByteRTCSingleStreamTaskErrorCodeUnknownByServer → const ByteRTCSingleStreamTaskErrorCode
-
@brief Error from the server.
- ByteRTCSingleStreamTaskErrorCodeSignalRequestTimeout → const ByteRTCSingleStreamTaskErrorCode
-
@brief Request timed out. Please check network status and retry.
- ByteRTCSingleStreamTaskErrorCodeInvalidParamByServer → const ByteRTCSingleStreamTaskErrorCode
-
@brief server detects that the task parameters are invalid
- ByteRTCSingleStreamTaskErrorCodeRemoteKicked → const ByteRTCSingleStreamTaskErrorCode
-
@brief In the retweet task, the user ID in the target room has been kicked out of the target room.
- ByteRTCSingleStreamTaskErrorCodeJoinDestRoomFailed → const ByteRTCSingleStreamTaskErrorCode
-
@brief he retweet task failed to join the target room.
- ByteRTCSingleStreamTaskErrorCodeReceiveSrcStreamTimeout → const ByteRTCSingleStreamTaskErrorCode
-
@brief The stream pulling for the retweet task in the source room timed out.
- ByteRTCSingleStreamTaskErrorCodeNotSurportCodec → const ByteRTCSingleStreamTaskErrorCode
-
@brief Audio and video encoding retweet tasks are not supported
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<
ByteRTCSingleStreamTaskErrorCode> - A constant List of the values in this enum, in order of their declaration.