CHANNEL_MEDIA_RELAY_STATE
Channel media relay state codes.
Enumerations
- RELAY_STATE_IDLE
- (0): Initial state. After calling stopChannelMediaRelay successfully, the onChannelMediaRelayStateChanged callback returns this state.
- RELAY_STATE_CONNECTING
- (1): SDK is attempting to relay media stream to the destination channel.
- RELAY_STATE_RUNNING
- (2): SDK has successfully relayed media stream to the destination channel.
- RELAY_STATE_FAILURE
- (3): An error occurred. See
codein the onChannelMediaRelayStateChanged callback.