Jabra SDK for macOS 1.12.2

SDK Installation

Unzip the SDK archive to a folder on your file system.

SDK Mac release package would consist of the following directories:

  • Demo - Demo application and it's source code
  • Library - dynamic library required for development and header files
  • Doc - user guide and release notes
  • Wrapper - Objective-C Wrapper framework and documentation
  • readme text file

The directories contain following assets:

Assets Description
readme.txt Provides information on Jabra SDK
Doc/SDK User Guide.html User Guide and API documentation
Doc/ReleaseNotes.txt Release information and supported devices list
Library/libjabra.dylib Jabra SDK dynamic library for platform (x86 and x64)
Library/Headers/JabraNativeHid.h Header file defining the Call Control APIs
Library/Headers/JabraDeviceConfig.h Header file defining the dynamic setting APIs
Library/Headers/Common.h Header file defining the common interfaces used across Jabra SDK
library/headers/Interface_*.h Header file(s) containing interfaces related to a specific feature.
Library/Headers/returncodes.inc Include file defining the Return codes
Library/Headers/errorcodes.inc Include file defining the Error codes
Demo/Jabra SDK Demo Demo application
Demo/Source Demo application source code
Wrapper/JabraSDK.framework Objective-C Wrapper framework for Mac
Wrapper/Documentation/Docs/index.html Jazzy generated Wrapper API documentation