Demos for JavaScript SDK

API Explorer

The API explorer enables you to play around with the library, the different APIs and extensions. This will provide a general idea of what the library is able to do, and the expected output when calling different methods.

Open API Explorer

Device list

Shows how to initialize the library and print a list of connected devices.

See Code Sample

Call control

Simple call control usage sample.

See Code Sample

Device signals

Shows how to subscribe to device signals.

See Code Sample

Config + logging

Shows how to config the library and setup the logger.

See Code Sample

Error handling

Shows how to handle errors.

See Code Sample

Call control

Shows how to run the library via WebHID.

See Code Sample

WebHID

Shows how to run the library via WebHID.

See Code Sample

Call control (demo)

Full call control demo showcasing the functionality and available options.

Try Demo

Easy call control - Single Call Handling

A demo showcasing the functionality provided by the Easy Call Control module for single call handling.

Try Demo

Easy call control - Multiple Calls Handling

A demo showcasing the functionality provided by the Easy Call Control module for multiple calls handling.

Try Demo

Browser softphone

Demo showing basic functionality for a browser-based softphone using the Jabra SDK in conjunction with WebRTC.

Try Demo

Call state demo

Demo showing a best-effort on how to handle state when creating a softphone application.

Try Demo