audio_manager_get_voice_service_status_name()

Get the audio voice service status name given the type of the status.

Synopsis:

#include <audio/audio_manager_voice_service.h>
 
const char* audio_manager_get_voice_service_status_name(audio_manager_voice_service_status_t status)

Arguments:

status

The type of the status to query.

Library:

libaudio_manager

Description:

The audio_manager_get_voice_service_status_name() function returns the audio voice service status name given the type of the status.

Returns:

The service status name.