Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Creating a meeting for the Amazon Chime SDK

Focus mode
Creating a meeting for the Amazon Chime SDK - Amazon Chime SDK

A CreateMeeting API call accepts a required parameter, the ClientRequestToken, that allows developers to pass in a uniqueness context. It also accepts optional parameters such as MediaRegion, which represents the media services data plane region to choose for the meeting, the MeetingHostId used to pass in an opaque identifier to represent the meeting host, if applicable, and the NotificationsConfiguration for receiving meeting lifecycle events. By default, Amazon EventBridge delivers the events. Optionally, you can also receive events by passing an SQS queue ARN or an SNS Topic ARN in NotificationsConfiguration. The API Returns a Meeting object that contains a unique MeetingId, plus the MediaRegion and the MediaPlacement object with a set of media URLs.

meeting = await chime.createMeeting({ ClientRequestToken: clientRequestToken, MediaRegion: mediaRegion, MeetingHostId: meetingHostId, NotificationsConfiguration: { SqsQueueArn: sqsQueueArn, SnsTopicArn: snsTopicArn } }).promise();
PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.