Open DMSavchik opened 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.
@DMSavchik See https://github.com/aws/amazon-chime-sdk-js/issues/1053
Hi Chime Dev team,
Just to know, is this feature live or has support for this been added in latest version of this SDK ?
@Sagar1219 No it has not, feel free to check the changelog for any releases for features such as this.
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
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