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

MediaPlacement

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

A set of endpoints used by clients to connect to the media service group for an Amazon Chime SDK meeting.

interface MediaPlacement {
AudioFallbackUrl?: string | null;
AudioHostUrl?: string | null;
EventIngestionUrl?: string | null;
ScreenDataUrl?: string | null;
ScreenSharingUrl?: string | null;
ScreenViewingUrl?: string | null;
SignalingUrl?: string | null;
TurnControlUrl?: string | null;
}

§Properties

§
AudioFallbackUrl?: string | null
[src]

The audio fallback URL.

§
AudioHostUrl?: string | null
[src]

The audio host URL.

§
EventIngestionUrl?: string | null
[src]

The event ingestion URL.

§
ScreenDataUrl?: string | null
[src]

The screen data URL.

§
ScreenSharingUrl?: string | null
[src]

The screen sharing URL.

§
ScreenViewingUrl?: string | null
[src]

The screen viewing URL.

§
SignalingUrl?: string | null
[src]

The signaling URL.

§
TurnControlUrl?: string | null
[src]

The turn control URL.