From Bright Pattern Documentation

Revision as of 15:39, 28 July 2026 by Laura.donovan (talk | contribs) (Updated via BpClonePage extension. Source page: draft:Desktop-integration-api-net-version-tutorial/ProjectandCodeSetup)

< Previous | Next >
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Project and Code Setup

  1. In the Visual Studio project where you wish to use the Bright Pattern Contact Center Desktop Integration API (.NET Version), add references to the assembly ADAPI.dll and ADUtils.dll.

    The API is designed to be used with Visual Studio 2022. Newer versions of third-party assemblies may be required for later versions of Visual Studio.

  2. Instantiate an ADAPI.AgentPlace object.

  3. Attach event handlers to events generated in ADAPI. This should be done before the agent logs in. For a full list of callback events raised by ADAPI, please consult the API specification.
    < Previous | Next >