-
Notifications
You must be signed in to change notification settings - Fork 200
Open
Description
Hello, i am trying to get the list of all audio devices wich are connected to a android phone.
InCallManager.start({ media: "audio" });
DeviceEventEmitter.addListener("onAudioDeviceChanged", (event) => {
console.log(event.availableAudioDeviceList);
});
//output: ["EARPIECE","SPEAKER_PHONE"]
//expected output: ["BLUETOOTH","EARPIECE","SPEAKER_PHONE"]
I am trying it with a bluetooth speaker and with airpods on a xiaomi redmi 12 phone.
Metadata
Metadata
Assignees
Labels
No labels