Fix doxygen 95/276695/2 submit/tizen/20220627.062515
authorSangchul Lee <sc11.lee@samsung.com>
Thu, 23 Jun 2022 02:45:02 +0000 (11:45 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Mon, 27 Jun 2022 01:27:33 +0000 (10:27 +0900)
An irrelevant word is fixed.
Some verbs are replaced with another one to make it clearer.

[Version] 0.3.133
[Issue Type] Doxygen

Change-Id: I050f997e7195dab56a34b0bba626cf4d065b0d04
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
include/webrtc.h
packaging/capi-media-webrtc.spec

index a56dcdebcad32be4cb4827ec7108f38cb539f39a..e7a46f823e4d9acdd0fa5bc4617722dba198b88c 100644 (file)
@@ -128,7 +128,7 @@ typedef enum {
 /**
  * @brief Enumeration for WebRTC bundle policy.
  * @since_tizen 7.0
- * @remarks It corresponds with the RTCIceTransportPolicy enum described in https://www.w3.org/TR/webrtc/#rtcbundlepolicy-enum.
+ * @remarks It corresponds with the RTCBundlePolicy enum described in https://www.w3.org/TR/webrtc/#rtcbundlepolicy-enum.
  */
 typedef enum {
        WEBRTC_BUNDLE_POLICY_NONE,                 /**<  None */
@@ -568,7 +568,7 @@ typedef void (*webrtc_ice_gathering_state_change_cb)(webrtc_h webrtc, webrtc_ice
 typedef void (*webrtc_ice_connection_state_change_cb)(webrtc_h webrtc, webrtc_ice_connection_state_e state, void *user_data);
 
 /**
- * @brief Called iteratively to inform all the TURN server URLs.
+ * @brief Called iteratively to report all the TURN server URLs.
  * @since_tizen 6.5
  * @remarks The @a turn_server can be used only in the callback. To use outside, make a copy.
  * @param[in] turn_server  The TURN server URL
@@ -802,7 +802,7 @@ typedef void (*webrtc_data_channel_buffered_amount_low_cb)(webrtc_data_channel_h
 */
 
 /**
- * @brief Called iteratively to inform about a statistics property.
+ * @brief Called iteratively to report all the statistics properties.
  * @since_tizen 7.0
  * @remarks The @a prop_info can be used only in the callback. To use outside, make a copy.
  * @param[in] type       The statistics type
index 577451d6ccc97d3930a7a04aeff16098881cd49a..ca1cdd336576ce0ce9b8f202d6e4637c8cb87816 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-media-webrtc
 Summary:    A WebRTC library in Tizen Native API
-Version:    0.3.132
+Version:    0.3.133
 Release:    0
 Group:      Multimedia/API
 License:    Apache-2.0