#
OverviewThis guide will help you start integrating the Jabra library into your softphone app.
If your solution works in a browser, refer to Getting Started in the Browser) instead.
#
Prerequisites#
Install the NPM packageYou can do so by running the following command in a terminal:
#
Importing the NPM packageWe support both CommonJS
(require) and EcmaScript
(import) syntax. In the example below, the module is imported using CommonJS
.
See our guide on Modules Import Strategies to learn more about different import formats.
That's it! You can start integrating the Jabra library into your solution.
#
Next stepsCreate your first app that uses the Jabra library by following the Hello World Guide.