CHANNEL_MEDIA_RELAY_STATE

Status codes for cross-channel media stream relay.

Enumerations

RELAY_STATE_IDLE
0: Initial state. After successfully calling StopChannelMediaRelay to stop the relay, OnChannelMediaRelayStateChanged will callback this state.
RELAY_STATE_CONNECTING
1: SDK is attempting cross-channel connection.
RELAY_STATE_RUNNING
2: The broadcaster in the source channel has successfully joined the destination channel.
RELAY_STATE_FAILURE
3: An error occurred. See the code parameter in OnChannelMediaRelayStateChanged for error details.