audio_manager_set_voice_input_mute()

[Privileged]Mute the audio input (to the far end) of the current voice call.

Synopsis:

#include <audio/audio_manager_volume.h>
 
int audio_manager_set_voice_input_mute(bool mute)

Arguments:

mute

True, if the input of the current voice call should be muted; false, otherwise.

Library:

libaudio_manager

Description:

The audio_manager_set_voice_input_mute() function mutes the audio input (to the far end) of the current voice call.

Returns:

EOK upon success, negative errno upon failure.