ChannelMediaRelayState enum

最近更新时间:2022-09-20 05:17:40

跨频道媒体流转发状态。

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

  • hashCodeint

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

  • index → int

    The integer index of this enum.final

  • runtimeTypeType

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

Methods

Operators