Toggles the audio mute state of an input.
Future<bool> toggleMute(String inputName) async => toggleInputMute(inputName);