fix: voice call, select audio input device (#7922)

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2024-05-07 16:18:48 +08:00
committed by GitHub
parent f08933f93c
commit 2c1595d0d5
50 changed files with 305 additions and 79 deletions

View File

@@ -369,6 +369,8 @@ pub fn set_option(key: String, value: String) {
return;
}
}
} else if &key == "audio-input" {
crate::audio_service::restart();
}
#[cfg(not(any(target_os = "android", target_os = "ios")))]
{