From: Sangchul Lee Date: Thu, 27 Jan 2022 04:14:29 +0000 (+0900) Subject: Revise doxygen X-Git-Tag: submit/tizen_6.5/20220208.073425~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5e09f94300c69cad00ae34e086443793890efaef;p=platform%2Fcore%2Fapi%2Fwebrtc.git Revise doxygen Post command regarding error callback is described in case of failure on sending data via data channel. [Version] 0.2.158 [Issue Type] Doxygen Change-Id: I3fa1e5f84b25a35bda9260292945889dda429a9c Signed-off-by: Sangchul Lee --- diff --git a/include/webrtc.h b/include/webrtc.h index 72df47e5..766d5b57 100644 --- a/include/webrtc.h +++ b/include/webrtc.h @@ -2066,6 +2066,7 @@ int webrtc_data_channel_unset_close_cb(webrtc_data_channel_h channel); * @retval #WEBRTC_ERROR_INVALID_OPERATION Invalid operation * @retval #WEBRTC_ERROR_INVALID_STATE Invalid state * @pre @a channel should be opened before calling this function. + * @post webrtc_data_channel_error_cb() will be invoked if this function fails. * @see webrtc_data_channel_open_cb() * @see webrtc_data_channel_send_bytes() */ @@ -2084,6 +2085,7 @@ int webrtc_data_channel_send_string(webrtc_data_channel_h channel, const char *s * @retval #WEBRTC_ERROR_INVALID_OPERATION Invalid operation * @retval #WEBRTC_ERROR_INVALID_STATE Invalid state * @pre @a channel should be opened before calling this function. + * @post webrtc_data_channel_error_cb() will be invoked if this function fails. * @see webrtc_data_channel_open_cb() * @see webrtc_data_channel_send_string() */ diff --git a/packaging/capi-media-webrtc.spec b/packaging/capi-media-webrtc.spec index 82325838..628d951d 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.2.157 +Version: 0.2.158 Release: 0 Group: Multimedia/API License: Apache-2.0