ByteRTCPublicStreamErrorCode enum

Inheritance
Available extensions

Values

ByteRTCPublicStreamErrorCodeSuccess → const ByteRTCPublicStreamErrorCode

@brief Published or subscribed successfully.

ByteRTCPublicStreamErrorCodePushParamError → const ByteRTCPublicStreamErrorCode

@brief Invalid parameter(s). Please revise the paramter(s) and retry.

ByteRTCPublicStreamErrorCodePushStatusError → const ByteRTCPublicStreamErrorCode

@brief Error for the task at the server side. The server will retry upon the failure.

ByteRTCPublicStreamErrorCodePushInternalError → const ByteRTCPublicStreamErrorCode

@brief Unrecoverable error of publishing the WTN stream. Please start the task again.

ByteRTCPublicStreamErrorCodePushError → const ByteRTCPublicStreamErrorCode

@brief Failed to publish. The SDK will retry upon the failure. We recommend to keep listening to the publishing result.

ByteRTCPublicStreamErrorCodePushTimeOut → const ByteRTCPublicStreamErrorCode

@brief Failed to publish the WTN stream for time-out error. The SDK will retry 10 s after the timeout. The maximum number of retry attempts is 3.

ByteRTCPublicStreamErrorCodePullNoPushStream → const ByteRTCPublicStreamErrorCode

@brief Failed to play a WTN stream because the publisher has not started publishing.

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