v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1416101121.6 KB

Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees. For more information about specifying media Regions, see Available Regions and Using meeting Regions, both in the Amazon Chime SDK Developer Guide. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.

If you use this API in conjuction with the and APIs, and you don't specify the MeetingFeatures.Content.MaxResolution or MeetingFeatures.Video.MaxResolution parameters, the following defaults are used:

  • Content.MaxResolution: FHD

  • Video.MaxResolution: HD

post/meetings#operation=create-attendees

Query parameters

operation'create-attendees' required

Request body

ClientRequestTokenstring password required

The unique identifier for the client request. Use a different token for different meetings.

MediaRegionstring required
<p>The Region in which to create the meeting.</p> <p> Available values: <code>af-south-1</code>, <code>ap-northeast-1</code>, <code>ap-northeast-2</code>, <code>ap-south-1</code>, <code>ap-southeast-1</code>, <code>ap-southeast-2</code>, <code>ca-central-1</code>, <code>eu-central-1</code>, <code>eu-north-1</code>, <code>eu-south-1</code>, <code>eu-west-1</code>, <code>eu-west-2</code>, <code>eu-west-3</code>, <code>sa-east-1</code>, <code>us-east-1</code>, <code>us-east-2</code>, <code>us-west-1</code>, <code>us-west-2</code>. </p> <p>Available values in Amazon Web Services GovCloud (US) Regions: <code>us-gov-east-1</code>, <code>us-gov-west-1</code>.</p>
MeetingHostIdstring password

Reserved.

ExternalMeetingIdstring password required
<p>The external meeting ID.</p> <p>Pattern: <code>[-_&amp;@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*</code> </p> <p>Values that begin with <code>aws:</code> are reserved. You can't configure a value that uses this prefix. Case insensitive.</p>
PrimaryMeetingIdstring

When specified, replicates the media from the primary meeting to the new meeting.

TenantIdsTenantId[]

A consistent and opaque identifier, created and maintained by the builder to represent a segment of their users.

MediaPlacementNetworkType'Ipv4Only' | 'DualStack'

The type of network for the media placement. Either IPv4 only or dual-stack (IPv4 and IPv6).

Response

Success