/**
* @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 */
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
*/
/**
- * @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