Type alias LiveChatDeployment
LiveChatDeployment: Metadata & { brandingImage?: string | null; connectionTimeoutDuration?: number | null; connectionWarningDuration?: number | null; displayQueuePosition?: boolean | null; domainWhiteList?: LiveChatDeploymentDomainWhitelist | null; enablePrechatApi?: boolean | null; enableTranscriptSave?: boolean | null; label: string; mobileBrandingImage?: string | null; site?: string | null; windowTitle: string; } Type declaration
Optional brandingImage?: string | null
Optional connectionTimeoutDuration?: number | null
Optional connectionWarningDuration?: number | null
Optional displayQueuePosition?: boolean | null
Optional enablePrechatApi?: boolean | null
Optional enableTranscriptSave?: boolean | null
label: string
Optional mobileBrandingImage?: string | null
Optional site?: string | null
windowTitle: string