CHANNEL_MEDIA_RELAY_ERROR
Error codes for cross-channel media stream relay failures.
Enumerations
- RELAY_OK
- 0: Everything works fine.
- RELAY_ERROR_SERVER_ERROR_RESPONSE
- 1: Server returned an error.
- RELAY_ERROR_SERVER_NO_RESPONSE
- 2: No response from server. This error may be caused by poor network conditions. If this error is reported when initiating cross-channel media relay, you can try again later; if it occurs during the relay, you can call the LeaveChannel [2/2] method to leave the channel. It may also be caused by the current App ID not having cross-channel relay enabled. You can contact technical support to request enabling it.
- RELAY_ERROR_NO_RESOURCE_AVAILABLE
- 3: SDK cannot acquire the service, possibly due to limited server resources.
- RELAY_ERROR_FAILED_JOIN_SRC
- 4: Failed to initiate cross-channel media stream relay request.
- RELAY_ERROR_FAILED_JOIN_DEST
- 5: Failed to accept cross-channel media stream relay request.
- RELAY_ERROR_FAILED_PACKET_RECEIVED_FROM_SRC
- 6: Server failed to receive cross-channel media stream.
- RELAY_ERROR_FAILED_PACKET_SENT_TO_DEST
- 7: Server failed to send cross-channel media stream.
- RELAY_ERROR_SERVER_CONNECTION_LOST
- 8: SDK disconnected from the server due to poor network quality. You can call the LeaveChannel [2/2] method to leave the current channel.
- RELAY_ERROR_INTERNAL_ERROR
- 9: Internal server error.
- RELAY_ERROR_SRC_TOKEN_EXPIRED
- 10: The token for the source channel has expired.
- RELAY_ERROR_DEST_TOKEN_EXPIRED
- 11: The token for the destination channel has expired.