ChannelMediaRelayState
State codes for cross-channel media stream relay.
Enumerations
- RelayStateIdle
- 0: Initial state. After successfully calling stopChannelMediaRelay to stop the relay, onChannelMediaRelayStateChanged will return this state.
- RelayStateConnecting
- 1: SDK is attempting cross-channel relay.
- RelayStateRunning
- 2: The broadcaster from the source channel has successfully joined the destination channel.
- RelayStateFailure
- 3: An error occurred. See the
codeparameter in onChannelMediaRelayStateChanged for details.