Skip to main content

Samples & Demos

Throughout the documentation you will meet buttons linking to related code samples and demos.
Listed below is a coherent collection of all samples and demos.

Be aware that - unless stated otherwise - the samples and demos require installation of the Chrome Host and Chrome Extension.

Code samples

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

Logging

Shows how to setup the logger.

See code sample

Error handling

Shows how to handle errors.

See code sample

WebHID

Shows how to run the library via WebHID.

See code sample

Demos

Call control

Full call control demo showcasing the functionality and available options.

Try demoSee related tutorial

Browser softphone

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

Try demoSee related tutorial

Call state

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

Try demo