Get the audio voice service status name when the type of the status is specified.
#include <audio/audio_manager_voice_service.h>
const char* audio_manager_get_voice_service_status_name(audio_manager_voice_service_status_t status)
BlackBerry 10.0.0
The type of the status to query.
Use audio_manager_get_voice_service_status_name() to return the name of the voice service status when you provide an audio_manager_voice_service_status_t value.
The service status name. If the provided audio_manager_voice_service_status_t can't be found, NULL is returned.