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:Properties#
| Property | Type | Description |
|---|---|---|
| browserLabel | string | Retrieves the full access label of the device. This is a stringified version of ISdkDevice.vendorId and ISdkDevice.productId. |
| hidChannel | IHidChannel | A wrapper for standard HID input/output. |
| id | DeviceId | The ID of the device. |
| name | string | The name of the device, e.g. "Jabra Evolve2 40". |
| onDisconnect | Observable<void> | Emits when the device gets disconnected. |
| productId | number | The product ID of the device, e.g. 3648, or '0e40' for Jabra Evolve2 40. |
| vendorId | number | The vendor ID of the device. Should be the Jabra vendor ID, i.e. 2830, or '0b0e' |