The following sample lists Jabra devices (more specifically, their names) whenever they are connected.
- Create an empty
package.json
and installjabra-js
:
- Create an empty
index.js
file and initialize the library by using the following code snippet:
- Start your app by running the following command in a terminal:
- Attach a Jabra device (no problem if you already did this) to see the device name logged to console.
#
Next stepsFollow the Call Control tutorial to learn how to control a Jabra headset in regards to a call (e.g. ringing, accepting the call, muting, holding).