The Complete Guide to Adobe Acrobat Connect SDK: Getting Started
Adobe Acrobat Connect (formerly Macromedia Breeze) provides a robust Web Services API and Software Development Kit (SDK) that allows developers to integrate web conferencing, eLearning, and collaboration capabilities into custom applications, portals, and Content Management Systems (CMS). Whether you need to automate user provisioning, sync meeting schedules, or pull custom attendance reports, the Connect XML API offers complete control over the platform.
This guide covers the core concepts, authentication mechanics, and essential steps required to begin developing with the Adobe Connect SDK. Understanding the Architecture
The Adobe Connect SDK is built around a REST-style XML API. Every action—whether creating a meeting, adding a user, or pulling a report—is executed via an HTTP GET or POST request to a central servlet URL.
The server processes the request and returns a standard XML response. The basic structure of an API call looks like this:
Leave a Reply