Skip to content

BLUETOOTH Device not listed #236

@mudioo

Description

@mudioo

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions