Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Meeting

import type { Meeting } from "https://aws-api.deno.dev/v0.4/services/chimesdkmeetings.ts?docs=full";

A meeting created using the Amazon Chime SDK.

interface Meeting {
ExternalMeetingId?: string | null;
MediaPlacement?: MediaPlacement | null;
MediaRegion?: string | null;
MeetingArn?: string | null;
MeetingFeatures?: MeetingFeaturesConfiguration | null;
MeetingHostId?: string | null;
MeetingId?: string | null;
PrimaryMeetingId?: string | null;
TenantIds?: string[] | null;
}

§Properties

§
ExternalMeetingId?: string | null
[src]

The external meeting ID.

Pattern: [-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*

Values that begin with aws: are reserved. You can't configure a value that uses this prefix. Case insensitive.

§
MediaPlacement?: MediaPlacement | null
[src]

The media placement for the meeting.

§
MediaRegion?: string | null
[src]

The Region in which you create the meeting. Available values: af-south-1, ap-northeast-1, ap-northeast-2, ap-south-1, ap-southeast-1, ap-southeast-2, ca-central-1, eu-central-1, eu-north-1, eu-south-1, eu-west-1, eu-west-2, eu-west-3, sa-east-1, us-east-1, us-east-2, us-west-1, us-west-2.

Available values in AWS GovCloud (US) Regions: us-gov-east-1, us-gov-west-1.

§
MeetingArn?: string | null
[src]

The ARN of the meeting.

§
MeetingFeatures?: MeetingFeaturesConfiguration | null
[src]

The features available to a meeting, such as echo reduction.

§
MeetingHostId?: string | null
[src]

Reserved.

§
MeetingId?: string | null
[src]

The Amazon Chime SDK meeting ID.

§
PrimaryMeetingId?: string | null
[src]

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

§
TenantIds?: string[] | null
[src]

Array of strings.