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

MeetingFeaturesConfiguration

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

The configuration settings of the features available to a meeting.

interface MeetingFeaturesConfiguration {
Audio?: AudioFeatures | null;
}

§Properties

§
Audio?: AudioFeatures | null
[src]

The configuration settings for the audio features available to a meeting.