CreateProxySessionRequest
import type { CreateProxySessionRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/chime.ts";interface CreateProxySessionRequest {
Capabilities: Capability[];
ExpiryMinutes?: number | null;
GeoMatchLevel?: GeoMatchLevel | null;
GeoMatchParams?: GeoMatchParams | null;
Name?: string | null;
NumberSelectionBehavior?: NumberSelectionBehavior | null;
ParticipantPhoneNumbers: string[];
VoiceConnectorId: string;
}§Properties
§
Capabilities: Capability[]
[src]§
GeoMatchLevel?: GeoMatchLevel | null
[src]§
GeoMatchParams?: GeoMatchParams | null
[src]§
NumberSelectionBehavior?: NumberSelectionBehavior | null
[src]