From: Sangchul Lee Date: Wed, 10 Mar 2021 09:49:42 +0000 (+0900) Subject: webrtc: Add missing error codes to the description X-Git-Tag: submit/tizen/20210729.023123~117 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=facac8fabd26ce5590c30aed8c0f596840ce27e8;p=platform%2Fcore%2Fapi%2Fwebrtc.git webrtc: Add missing error codes to the description Missing error codes are added to the description of callback prototypes below. : webrtc_error_cb() : webrtc_data_channel_error_cb() [Version] 0.1.124 [Issue Type] Doxygen Change-Id: I0ca78260580a14ad1ed84e1ab477bdf8b92eeff3 Signed-off-by: Sangchul Lee --- diff --git a/include/webrtc.h b/include/webrtc.h index 167c79db..f1435efe 100644 --- a/include/webrtc.h +++ b/include/webrtc.h @@ -156,8 +156,10 @@ typedef enum * @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 @@ -303,6 +305,10 @@ typedef void (*webrtc_data_channel_message_cb)(webrtc_data_channel_h channel, we /** * @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 diff --git a/packaging/capi-media-webrtc.spec b/packaging/capi-media-webrtc.spec index 007f7ad8..8647d3a4 100644 --- a/packaging/capi-media-webrtc.spec +++ b/packaging/capi-media-webrtc.spec @@ -1,6 +1,6 @@ Name: capi-media-webrtc Summary: A WebRTC library in Tizen Native API -Version: 0.1.123 +Version: 0.1.124 Release: 0 Group: Multimedia/API License: Apache-2.0