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

ConferenceProvider

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

An entity that provides a conferencing solution. Alexa for Business acts as the voice interface and mediator that connects users to their preferred conference provider. Examples of conference providers include Amazon Chime, Zoom, Cisco, and Polycom.

interface ConferenceProvider {
Arn?: string | null;
IPDialIn?: IPDialIn | null;
MeetingSetting?: MeetingSetting | null;
Name?: string | null;
PSTNDialIn?: PSTNDialIn | null;
Type?: ConferenceProviderType | null;
}

§Properties

§
Arn?: string | null
[src]

The ARN of the newly created conference provider.

§
IPDialIn?: IPDialIn | null
[src]

The IP endpoint and protocol for calling.

§
MeetingSetting?: MeetingSetting | null
[src]

The meeting settings for the conference provider.

§
Name?: string | null
[src]

The name of the conference provider.

§
PSTNDialIn?: PSTNDialIn | null
[src]

The information for PSTN conferencing.

§

The type of conference providers.