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