Jabra.DeviceConnector.Windows
2.3.3
Prefix Reserved
See the version list below for details.
dotnet add package Jabra.DeviceConnector.Windows --version 2.3.3
NuGet\Install-Package Jabra.DeviceConnector.Windows -Version 2.3.3
<PackageReference Include="Jabra.DeviceConnector.Windows" Version="2.3.3" />
<PackageVersion Include="Jabra.DeviceConnector.Windows" Version="2.3.3" />
<PackageReference Include="Jabra.DeviceConnector.Windows" />
paket add Jabra.DeviceConnector.Windows --version 2.3.3
#r "nuget: Jabra.DeviceConnector.Windows, 2.3.3"
#:package Jabra.DeviceConnector.Windows@2.3.3
#addin nuget:?package=Jabra.DeviceConnector.Windows&version=2.3.3
#tool nuget:?package=Jabra.DeviceConnector.Windows&version=2.3.3
Device Connector for the Gen 3 Jabra SDKs on Windows
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Jabra.DeviceConnector.Windows:
| Package | Downloads |
|---|---|
|
Jabra.NET.Sdk
The Jabra SDK and accompanying extension modules provides extensive support for integration with Jabra devices. |
GitHub repositories
This package is not used by any popular GitHub repositories.
## [2.3.3] - 2026-03-06
### Fixed
- A critical issue that could cause the Device Connector to crash when the PC was going to sleep or hibernation.
- Discovery of natively connected Bluetooth LE devices on machines without LE Audio.
On such machines, the Device Connector would not be able to connect to
Bluetooth LE devices unless they were already connected by another app.
- Emission of absolute HID input items. Previously the first input report containing an absolute item would not be emitted if the item had a value of 0.
If for example an app was started in the middle of a call, it would not receive the `line busy=false` when the call was ended.
- First scan event for USB devices. In some cases, the first scan event for USB devices would be emitted before the device attach event.