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

ProxySession

import type { ProxySession } from "https://aws-api.deno.dev/v0.4/services/chimesdkvoice.ts?docs=full";
interface ProxySession {
Capabilities?: Capability[] | null;
CreatedTimestamp?: Date | number | null;
EndedTimestamp?: Date | number | null;
ExpiryMinutes?: number | null;
GeoMatchLevel?: GeoMatchLevel | null;
GeoMatchParams?: GeoMatchParams | null;
Name?: string | null;
NumberSelectionBehavior?: NumberSelectionBehavior | null;
Participants?: Participant[] | null;
ProxySessionId?: string | null;
Status?: ProxySessionStatus | null;
UpdatedTimestamp?: Date | number | null;
VoiceConnectorId?: string | null;
}

§Properties

§
Capabilities?: Capability[] | null
[src]
§
CreatedTimestamp?: Date | number | null
[src]
§
EndedTimestamp?: Date | number | null
[src]
§
ExpiryMinutes?: number | null
[src]
§
GeoMatchLevel?: GeoMatchLevel | null
[src]
§
GeoMatchParams?: GeoMatchParams | null
[src]
§
Name?: string | null
[src]
§
NumberSelectionBehavior?: NumberSelectionBehavior | null
[src]
§
Participants?: Participant[] | null
[src]
§
ProxySessionId?: string | null
[src]
§
UpdatedTimestamp?: Date | number | null
[src]
§
VoiceConnectorId?: string | null
[src]