@gnaudio/jabra-js-properties
v1.2.2
Published
This package contains an extension module for the Jabra SDK. It facilitates working with properties and events on Jabra devices.
Readme
Property Module for the Jabra SDK gen. 3 for JavaScript
The Property Module is an extension module to the Jabra SDK gen. 3 for JavaScript. It provides support for the Jabra Plus property system. With this module it is possible to read, write and monitor properties on supported devices. Properties cover both settings, device information as well as diagnostic information from the device.
For details on usage, please refer to Jabra for Developers.
Changelog
[1.2.2] - 2026-04-07
Added
- Support for the
intToStringandstringToIntoperators in property definitions. - Support for the
joinandconcatoperators in property definitions.
Changed
- HID events were previously not emitted for dongles. With this change, HID input items are emitted both for the dongle and any connected device.
