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

BatchCreateAttendeeRequest

import type { BatchCreateAttendeeRequest } from "https://aws-api.deno.dev/v0.3/services/chimesdkmeetings.ts?docs=full";
interface BatchCreateAttendeeRequest {
MeetingId: string;
}

§Properties

§

The attendee information, including attendees' IDs and join tokens.

§
MeetingId: string
[src]

The Amazon Chime SDK ID of the meeting to which you're adding attendees.