CHANNEL_MEDIA_RELAY_ERROR
The error code of the channel media relay.
Enumerator
- RELAY_OK
- 0: No error.
- RELAY_ERROR_SERVER_ERROR_RESPONSE
- 1: An error occurs in the server response.
- RELAY_ERROR_SERVER_NO_RESPONSE
-
2: No server response.
This error may be caused by poor network connections. If this error occurs when initiating a channel media relay, you can try again later; if this error occurs during channel media relay, you can call leaveChannel [2/2] to leave the channel.
This error can also occur if the channel media relay service is not enabled in the project. You can contact technical support to enable the service.
- RELAY_ERROR_NO_RESOURCE_AVAILABLE
- 3: The SDK fails to access the service, probably due to limited resources of the server.
- RELAY_ERROR_FAILED_JOIN_SRC
- 4: Fails to send the relay request.
- RELAY_ERROR_FAILED_JOIN_DEST
- 5: Fails to accept the relay request.
- RELAY_ERROR_FAILED_PACKET_RECEIVED_FROM_SRC
- 6: The server fails to receive the media stream.
- RELAY_ERROR_FAILED_PACKET_SENT_TO_DEST
- 7: The server fails to send the media stream.
- RELAY_ERROR_SERVER_CONNECTION_LOST
- 8: The SDK disconnects from the server due to poor network connections. You can call leaveChannel [2/2] to leave the channel.
- RELAY_ERROR_INTERNAL_ERROR
- 9: An internal error occurs in the server.
- RELAY_ERROR_SRC_TOKEN_EXPIRED
- 10: The token of the source channel has expired.
- RELAY_ERROR_DEST_TOKEN_EXPIRED
- 11: The token of the destination channel has expired.