SubscribeState enum
订阅媒体流状态
Values
- success → const SubscribeState
-
订阅/取消订阅流成功
- failedNotInRoom → const SubscribeState
-
订阅/取消订阅流失败,本地用户未在房间中
- failedStreamNotFound → const SubscribeState
-
订阅/取消订阅流失败,房间内未找到指定的音视频流
- failedOverLimit → const SubscribeState
-
订阅流数超上限
Properties
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.