feat: cm interface

This commit is contained in:
Kingtous
2023-02-06 12:53:57 +08:00
parent 850c4bcbbf
commit 040396b3f8
5 changed files with 53 additions and 0 deletions

View File

@@ -1624,6 +1624,7 @@ impl Connection {
if let Some(device) = default_sound_device {
set_sound_input(device);
}
self.send_to_cm(Data::StartVoiceCall);
}
} else {
log::warn!("Possible a voice call attack.");