Skip to main content

Home > @gnaudio/jabra-js > ISdkDevice

ISdkDevice interface#

Describes all properties of a physical Jabra device along with methods for basic device communication via HID or GNP.

Signature:
interface ISdkDevice

Properties#

PropertyTypeDescription
browserLabelstringRetrieves the full access label of the device. This is a stringified version of ISdkDevice.vendorId and ISdkDevice.productId.
hidChannelIHidChannelA wrapper for standard HID input/output.
idDeviceIdThe ID of the device.
namestringThe name of the device, e.g. "Jabra Evolve2 40".
onDisconnectObservable<void>Emits when the device gets disconnected.
productIdnumberThe product ID of the device, e.g. 3648, or '0e40' for Jabra Evolve2 40.
vendorIdnumberThe vendor ID of the device. Should be the Jabra vendor ID, i.e. 2830, or '0b0e'