Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some questions about Bluetooth devices #928

Open
gaoruiqing187 opened this issue Apr 25, 2024 · 0 comments
Open

Some questions about Bluetooth devices #928

gaoruiqing187 opened this issue Apr 25, 2024 · 0 comments

Comments

@gaoruiqing187
Copy link

When I connected to the phone using a Bluetooth headset, I set the system Bluetooth mode, and I did use the headset when playing audio. But when I call the linphone to make a call, it's the phone's microphone,How do I set it to Bluetooth。

This is my code to set the system mode。
do {
try AVAudioSession.sharedInstance().setCategory(.playAndRecord, mode: .voiceChat, options: [.allowBluetooth])
try AVAudioSession.sharedInstance().setActive(true, options: .notifyOthersOnDeactivation)
} catch {
print(error.localizedDescription)
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant