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

No Devices Found when using amazon chime sdk react component

Open senthilnathan27 opened this issue 2 years ago • 1 comments

I'm trying to implement preview, MicSelection and speaker components of amazon-chime-sdk-component-library-react. When I render this document it says no devices found, but I connected all devices to pc Any Idea to solve this issue?

senthilnathan27 avatar Jul 11 '23 13:07 senthilnathan27

Hi @senthilnathan27 , our SDK provides MicSelection, SpeakerSelection, CameraSelection components, check here: https://aws.github.io/amazon-chime-sdk-component-library-react/?path=/docs/sdk-components-deviceselection-micselection--page

Also the PreviewVideo SDK component: https://aws.github.io/amazon-chime-sdk-component-library-react/?path=/docs/sdk-components-previewvideo--page

  • Could you run await navigator.mediaDevices.enumerateDevices() in your browser console to see if there's any devices in the return? https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/enumerateDevices

  • Our demo application has a device setup page, you can refer it: https://github.com/aws-samples/amazon-chime-sdk/blob/main/apps/meeting/src/views/DeviceSetup/index.tsx

xuesichao avatar Jul 12 '23 17:07 xuesichao

Closing this due to inactivity. Please reopen or submit a support case if this is still an issue.

georgezy-amzn avatar Nov 04 '24 22:11 georgezy-amzn