SubscribeState enum

订阅媒体流状态

Inheritance

Constructors

SubscribeState()
const

Values

success → const SubscribeState

订阅/取消订阅流成功

failedNotInRoom → const SubscribeState

订阅/取消订阅流失败,本地用户未在房间中

failedStreamNotFound → const SubscribeState

订阅/取消订阅流失败,房间内未找到指定的音视频流

failedOverLimit → const SubscribeState

订阅流数超上限

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<SubscribeState>
A constant List of the values in this enum, in order of their declaration.