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

BatchUpdateAttendeeCapabilitiesExceptRequest

import type { BatchUpdateAttendeeCapabilitiesExceptRequest } from "https://aws-api.deno.dev/v0.4/services/chimesdkmeetings.ts?docs=full";
interface BatchUpdateAttendeeCapabilitiesExceptRequest {
Capabilities: AttendeeCapabilities;
ExcludedAttendeeIds: AttendeeIdItem[];
MeetingId: string;
}

§Properties

§

The capabilities (audio, video, or content) that you want to update.

§
ExcludedAttendeeIds: AttendeeIdItem[]
[src]

The AttendeeIDs that you want to exclude from one or more capabilities.

§
MeetingId: string
[src]

The ID of the meeting associated with the update request.