Type alias TenantDataPrivate

TenantData: {
    callVariablesSuppressed: boolean;
    dnDefaultRegex: string;
    dnOtherRegex: string;
    endCallEnabled: boolean;
    endConsultEnabled: boolean;
    forceDefaultDn: boolean;
    lostConnectionRecoveryTimeout: number;
    outdialEnabled: boolean;
    privacyShieldVisible: boolean;
    timeoutDesktopInactivityEnabled: boolean;
    timeoutDesktopInactivityMins: number;
}

Tenant-level configuration data and settings

Type declaration

  • callVariablesSuppressed: boolean

    Whether call variables are suppressed

  • dnDefaultRegex: string

    Regex pattern for default DN validation

  • dnOtherRegex: string

    Regex pattern for other DN validation

  • endCallEnabled: boolean

    Whether ending calls is enabled

  • endConsultEnabled: boolean

    Whether ending consultations is enabled

  • forceDefaultDn: boolean

    Whether default DN is enforced

  • lostConnectionRecoveryTimeout: number

    Lost connection recovery timeout in seconds

  • outdialEnabled: boolean

    Whether outbound dialing is enabled

  • privacyShieldVisible: boolean

    Whether privacy shield feature is visible

  • timeoutDesktopInactivityEnabled: boolean

    Whether desktop inactivity timeout is enabled

  • timeoutDesktopInactivityMins: number

    Desktop inactivity timeout in minutes