mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-02 13:41:27 +03:00
This commit is contained in:
@@ -171,9 +171,6 @@ mod cpal_impl {
|
||||
}
|
||||
|
||||
fn get_audio_input(audio_input: &str) -> ResultType<(Device, SupportedStreamConfig)> {
|
||||
if audio_input == "Mute" {
|
||||
bail!("Mute");
|
||||
}
|
||||
let mut device = None;
|
||||
if !audio_input.is_empty() {
|
||||
for d in HOST
|
||||
|
||||
Reference in New Issue
Block a user