* @privlevel public
* @privilege %http://tizen.org/privilege/recorder
*
- * @param[in] type The type of audio streaming data for which the streaming should be started
+ * @param[in] type The type of audio data to start streaming
*
* @return @c 0 on success, otherwise a negative error value
* @retval #MA_ERROR_NONE Successful
* @privlevel public
* @privilege %http://tizen.org/privilege/recorder
*
- * @param[in] type The type of audio streaming data for which the streaming should be stopped
+ * @param[in] type The type of audio data to stop streaming
*
* @return @c 0 on success, otherwise a negative error value
* @retval #MA_ERROR_NONE Successful
int ma_stop_receiving_audio_streaming_data(ma_audio_streaming_data_type_e type);
/**
- * @brief Sends an update of the client's voice feedback state to the server.
+ * @brief Updates the state of client's voice feedback to the server.
* @since_tizen 5.5
* @privlevel public
* @privilege %http://tizen.org/privilege/recorder
*
- * @param[in] state The current voice feedback state
+ * @param[in] state The current state of voice feedback
*
* @return @c 0 on success, otherwise a negative error value
* @retval #MA_ERROR_NONE Successful
int ma_update_voice_feedback_state(ma_voice_feedback_state_e state);
/**
- * @brief Sends assistant-specific command to the server.
+ * @brief Sends an assistant-specific command to the server.
* @since_tizen 5.5
* @privlevel public
* @privilege %http://tizen.org/privilege/recorder
/**
* @brief Sets the wakeup engine command callback.
+ * @details The wakeup engine command callback will be called when the wakeup engine
+ * sends wakeup engine specific command to the voice assistant.
+ * The command MUST be defined by both wakeup engine and voice assistant.
+ *
* @since_tizen 5.5
*
* @param[in] callback The callback
int ma_set_wakeup_engine_command_cb(ma_wakeup_engine_command_cb callback, void* user_data);
/**
- * @brief Unsets the wakeup engine command callback.
+ * @brief Unsets the callback.
* @since_tizen 5.5
*
* @return @c 0 on success, otherwise a negative error value