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

CreateAttendeeRequest

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

§Properties

§
ExternalUserId: string
[src]

The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.

§
MeetingId: string
[src]

The unique ID of the meeting.