SingleStreamTaskErrorCode enum

Inheritance
Available extensions

Values

OK → const SingleStreamTaskErrorCode

@brief 推流成功。

BASE → const SingleStreamTaskErrorCode

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

UNKNOWN_BY_SERVER → const SingleStreamTaskErrorCode

@brief 服务端合流错误

SIGNAL_REQUEST_TIMEOUT → const SingleStreamTaskErrorCode

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

INVALID_PARAM_BY_SERVER → const SingleStreamTaskErrorCode

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

REMOTE_KICKED → const SingleStreamTaskErrorCode

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

JOIN_DEST_ROOM_FAIED → const SingleStreamTaskErrorCode

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

RECEIVE_SRC_STREAM_TIMEOUT → const SingleStreamTaskErrorCode

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

NOT_SURPORT_CODEC → const SingleStreamTaskErrorCode

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