ChannelMediaRelayState enum
跨频道媒体流转发状态。
Constants
- Connecting → const ChannelMediaRelayState
-
SDK 尝试跨频道。
@JsonValue(1)const ChannelMediaRelayState(1)
- Failure → const ChannelMediaRelayState
-
发生异常,详见
code
中提示的错误信息。@JsonValue(3)const ChannelMediaRelayState(3)
- Idle → const ChannelMediaRelayState
-
SDK 正在初始化。
@JsonValue(0)const ChannelMediaRelayState(0)
- Running → const ChannelMediaRelayState
-
源频道主播成功加入目标频道。
@JsonValue(2)const ChannelMediaRelayState(2)
-
values
→ const List<
ChannelMediaRelayState> -
A constant List of the values in this enum, in order of their declaration.
const List<
ChannelMediaRelayState>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited