pub async fn apply_microphone_controls(
    microphone_controls: &MicrophoneControls,
    client: &mut Client,
    serial: &str
) -> Result<()>