fix: voice call, select audio input device (#7922)
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
f08933f93c
commit
2c1595d0d5
50 changed files with 305 additions and 79 deletions
|
|
@ -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")))]
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue