ByteRTCSingleStreamTaskErrorCode enum

Inheritance
Available extensions

Values

ByteRTCSingleStreamTaskErrorCodeOK → const ByteRTCSingleStreamTaskErrorCode

@brief 推流成功。

ByteRTCSingleStreamTaskErrorCodeBase → const ByteRTCSingleStreamTaskErrorCode

@hidden currently not available @brief 预留错误码,未启用

ByteRTCSingleStreamTaskErrorCodeUnknownByServer → const ByteRTCSingleStreamTaskErrorCode

@brief 服务端合流错误

ByteRTCSingleStreamTaskErrorCodeSignalRequestTimeout → const ByteRTCSingleStreamTaskErrorCode

@brief 任务处理超时,请检查网络状态并重试。

ByteRTCSingleStreamTaskErrorCodeInvalidParamByServer → const ByteRTCSingleStreamTaskErrorCode

@brief 服务端检测任务参数不合法

ByteRTCSingleStreamTaskErrorCodeRemoteKicked → const ByteRTCSingleStreamTaskErrorCode

@brief 转推任务在目标房间的用户ID被踢出目标房间

ByteRTCSingleStreamTaskErrorCodeJoinDestRoomFailed → const ByteRTCSingleStreamTaskErrorCode

@brief 转推任务加入目标房间失败

ByteRTCSingleStreamTaskErrorCodeReceiveSrcStreamTimeout → const ByteRTCSingleStreamTaskErrorCode

@brief 转推任务在源房间拉流超时

ByteRTCSingleStreamTaskErrorCodeNotSurportCodec → const ByteRTCSingleStreamTaskErrorCode

@brief 音视频编码转推任务不支持

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.