aws / amazon-chime-sdk-js

A JavaScript client library for integrating multi-party communications powered by the Amazon Chime service.
Apache License 2.0
717 stars 472 forks source link

How to Schedule Meetings using API? #1044

Open DMSavchik opened 3 years ago

DMSavchik commented 3 years ago

What are you trying to do?

I need to generate the invite for the meeting (Schedule a Meeting) programmatically. This is the part of the automatization process for scheduling appointments.

How can the documentation be improved to help your use case?

Include a section on how to configure schedule invites in one click and have an available object with details to join the meeting

What documentation have you looked at so far?

Amazon Chime SDK Developer Guide and Amazon Chime API Reference

simmkyu commented 3 years ago

Unfortunately, Amazon Chime SDK for JavaScript does not support the meeting scheduling feature. The following document indicates the feature for the Amazon Chime application. https://docs.aws.amazon.com/chime/latest/ug/chime-schedule-meetings.html

You might try the following example to generate the invite with the custom meeting query.

The Chime SDK serverless demo accepts the meeting title query, e.g., https://.../?m=standup-210204, and creates a Chime SDK meeting when the first attendee joins the meeting. Subsequent attendees open the URL with the same query (standup-210204) to join the existing meeting. Note that the serverless demo uses Amazon DynamoDB to store and retrieve Chime SDK meeting information here.

For example, you can generate this meeting query based on the date and time so that you and other users can join the same meeting in the email or calendar.

FesterCluck commented 3 years ago

@DMSavchik See https://github.com/aws/amazon-chime-sdk-js/issues/1053

Sagar1219 commented 3 years ago

Hi Chime Dev team,

Just to know, is this feature live or has support for this been added in latest version of this SDK ?

michhyun1 commented 3 years ago

@Sagar1219 No it has not, feel free to check the changelog for any releases for features such as this.

mmuller88 commented 2 years ago

Here is a good example for how to use Step Functions to schedule meetings https://github.com/aws-samples/amazon-chime-sdk/tree/main/apps/telehealth-widget