UNPKG

@twilio/flex-ui

Version:

Twilio Flex UI

28 lines (27 loc) 917 B
export declare const DEFAULT_CHANNEL_CONFIG: { addressType: string; cbmAttachments: { enabled: boolean; numberOfAttachments: number; maxFileSize: number; maxTotalFileSize: number; acceptedExtensions: string[]; }; }[]; export declare const QUEUE_SUBSCRIPTION_SOFT_LIMIT = 20; export declare const QUEUE_STATS_DEFAULT_METRICS: string[]; export declare const QUEUE_STATS_ALL_METRICS: string[]; export declare const QUEUE_STATS_STANDARD_METRICS: string[]; export declare const FLEX_DEV_BUILD_COOKIE_NAME = "flex-dev-build"; export declare const CHAT_ENGINE: { LEGECY: string; CONVERSATIONS: string; }; export declare enum ChannelType { WhatsApp = "whatsapp", Email = "email", Web = "web", SMS = "sms", Voice = "voice" } export declare const FLEX_RINGTONE_URL = "https://media.twiliocdn.com/sdk/js/client/sounds/releases/1.0.0/incoming.mp3";