amazon-chime-sdk-component-library-react icon indicating copy to clipboard operation
amazon-chime-sdk-component-library-react copied to clipboard

Select bluetooth device automatically

Open michhyun1 opened this issue 4 years ago • 3 comments

Describe the bug When in a components demo meeting and my bluetooth device is connected, the default audio output and audio input device is not set to the bluetooth device.

To Reproduce Steps to reproduce the behavior:

  1. Join a meeting with default audio settings
  2. Connect bluetooth device
  3. Observe no change to bluetooth device occurs

Expected behavior When the bluetooth pairs with the device, it should be used as the default device and audio input/output should come from the device.

Screenshots n/a

michhyun1 avatar Mar 10 '21 20:03 michhyun1

This issue was created to track this behaviour.

michhyun1 avatar Mar 10 '21 20:03 michhyun1

Hi, I am having issue with a bluetooth device as well. When trying to connect bluetooth device while on a meeting, Chrome on mac doesn't recognise the device.

Steps to reproduce:

  • start a meeting without a bluetooth device connected
  • connect a bluetooth device
  • observe developers console, where this is written:
 AudioOutputProvider - audio outputs updated
        AudioInputProvider.tsx:64 AudioInputProvider - audio inputs updated
        AudioInputProvider.tsx:80 Audio devices updated and "default" device is selected. Reselecting input.

  • the mic icon in participants list turns red and dotted
  • DeviceTypeContext doesn't return the new bluetooth device
  • after turning device off and on again
  • context return the device and everything start working ok

The issue here apart from incapability of using the audio device on a call is that because there is no audio device the user get 'kicked off' the call.

This only happens on Chrome browser. In Safari the behaviour is correct and user can participate with bluetooth device without any hiccups.

I am sorry if I wrote this in the wrong place, but it seems like a related issue. If this should be elsewhere just let me know.

Masamei avatar May 25 '21 20:05 Masamei