mediaDevices.enumerateDevices() not show bluetooth and wired headset

I connect to bluetooth device and wired headset, but when I call mediaDevices.enumerateDevices(), I got only one device: [{“deviceId”: “audio-1”, “groupId”: “”, “kind”: “audioinput”, “label”: “Audio”}].
So I can’t change input of audio for my app :frowning:
How can I fix it.
Thank you.
Vu.