简体   繁体   中英

AWS Chime - meeting has created - how to join to that meeting

I've created meeting using Amazon chime SDK in React js. Through this I can able to start a meeting. How some one can join to that meeting or add attendees to that meeting.

If your intention is to create a meeting hosted on AWS Chime programmatically, the SDK isn't what you're looking for:

Amazon Chime SDK works independently of any Amazon Chime administrator accounts, and it does not affect meetings hosted on Amazon Chime. Instead, the Amazon Chime SDK provides builder tools for developers to use to build their own meeting applications. ( the docs )

Otherwise, to build your own app, first, you need a back-end to:

  • Create a meeting
  • Get an attendee for everyone who is allowed to join the conference

Then create a client app:

  • receive meeting and attendee details in your client app and initialize a meeting session with these parameters
  • connect audio and video devices
  • add observer, event and output handlers, etc

Here's a good place to start and here you can find various demos. The most common answers can be found in the FAQ .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM