* @retval #TELEPHONY_ERROR_NOT_SUPPORTED Not supported
* @retval #TELEPHONY_ERROR_OPERATION_FAILED Operation failed
*/
-int telephony_call_get_voice_call_state(telephony_h handle, telephony_call_state_e *call_state);
+int telephony_call_get_voice_call_state(telephony_h handle, telephony_call_state_e *call_state) TIZEN_DEPRECATED_API;
/**
* @deprecated Deprecated Since @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif. Use #telephony_call_get_status instead.
* @retval #TELEPHONY_ERROR_NOT_SUPPORTED Not supported
* @retval #TELEPHONY_ERROR_OPERATION_FAILED Operation failed
*/
-int telephony_call_get_video_call_state(telephony_h handle, telephony_call_state_e *call_state);
+int telephony_call_get_video_call_state(telephony_h handle, telephony_call_state_e *call_state) TIZEN_DEPRECATED_API;
/**
* @brief Gets the current value for the preferred voice call subscription.
int ret;
TapiHandle *tapi_h;
+ LOGW("DEPRECATION WARNING: telephony_call_get_voice_call_state() is deprecated and will be removed from next release. Use telephony_call_get_status() instead.");
CHECK_TELEPHONY_SUPPORTED(TELEPHONY_FEATURE);
CHECK_INPUT_PARAMETER(handle);
tapi_h = ((telephony_data *)handle)->tapi_h;
int ret;
TapiHandle *tapi_h;
+ LOGW("DEPRECATION WARNING: telephony_call_get_video_call_state() is deprecated and will be removed from next release. Use telephony_call_get_status() instead.");
CHECK_TELEPHONY_SUPPORTED(TELEPHONY_FEATURE);
CHECK_INPUT_PARAMETER(handle);
tapi_h = ((telephony_data *)handle)->tapi_h;