* @brief Called when an error occurs.
* @details The following error codes can be received:\n
* #WEBRTC_ERROR_INVALID_OPERATION\n
+ * #WEBRTC_ERROR_CONNECTION_FAILED\n
* #WEBRTC_ERROR_STREAM_FAILED\n
* #WEBRTC_ERROR_RESOURCE_FAILED\n
+ * #WEBRTC_ERROR_RESOURCE_CONFLICT
* @since_tizen 6.5
* @remarks The @a webrtc is the same object for which the callback was set.\nThe @a webrtc should not be released.
* @param[in] webrtc WebRTC handle
/**
* @brief Called when an error occurs on the data channel.
+ * @details The following error codes can be received:\n
+ * #WEBRTC_ERROR_INVALID_OPERATION\n
+ * #WEBRTC_ERROR_STREAM_FAILED\n
+ * #WEBRTC_ERROR_RESOURCE_FAILED
* @since_tizen 6.5
* @remarks The @a channel is the same object for which the callback was set.\nThe @a channel should not be released.
* @param[in] channel WebRTC data channel handle