Revise doxygen 84/270684/1
authorSangchul Lee <sc11.lee@samsung.com>
Thu, 27 Jan 2022 04:14:29 +0000 (13:14 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Mon, 7 Feb 2022 23:43:16 +0000 (08:43 +0900)
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 <sc11.lee@samsung.com>
include/webrtc.h
packaging/capi-media-webrtc.spec

index 72df47e5db9ddf0ea81c938ebf400b4afc05a47b..766d5b57d767f84300087568b19e5f74c76a46ca 100644 (file)
@@ -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()
  */
index 8232583864bfffbf7920e65fed30b4fb6829d73b..628d951d3858852052eef37cee0c6db62a7036c1 100644 (file)
@@ -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