ChannelMediaRelayState enum Null safety

跨频道媒体流转发状态。

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

hashCode int
The hash code for this object. [...]
read-only, inherited
index int

The integer index of this enum.

final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
override

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited