2

I'm following the documentation to integrate the Amazon Chime into my Web App made with React but I got stuck at this part: await fetch('/my-server');.

I have created a Chime account and invited two users that could attend a test meeting, but I couldn't see any API Key or something related to that for integrations.

How do I set up a server to work with Chime? Can't I use something directly from Amazon just for testing purposes and work only with the Front End App?

Maturano
  • 951
  • 4
  • 15
  • 42
  • I think you cannot join meeting created with chime web Application. You need to create the meeting by yourself using aws sdk api to createMeeting. Also in the await fetch('/server') you need to call the api and get the Meeting and Attendee Info. There are no proper implementation explained anywhere moreover the worst part is we cannot test it freely. We need an Aws Account and paid chime service even for testing. I think Amazon should look into this. – Pawan lakhera Oct 18 '20 at 00:43
  • Yes, you are right, thanks for the info! – Maturano Oct 20 '20 at 11:22

0 Answers0