InventiveLabs.VoiceElementsClient
9.8.2
dotnet add package InventiveLabs.VoiceElementsClient --version 9.8.2
NuGet\Install-Package InventiveLabs.VoiceElementsClient -Version 9.8.2
<PackageReference Include="InventiveLabs.VoiceElementsClient" Version="9.8.2" />
<PackageVersion Include="InventiveLabs.VoiceElementsClient" Version="9.8.2" />
<PackageReference Include="InventiveLabs.VoiceElementsClient" />
paket add InventiveLabs.VoiceElementsClient --version 9.8.2
#r "nuget: InventiveLabs.VoiceElementsClient, 9.8.2"
#:package InventiveLabs.VoiceElementsClient@9.8.2
#addin nuget:?package=InventiveLabs.VoiceElementsClient&version=9.8.2
#tool nuget:?package=InventiveLabs.VoiceElementsClient&version=9.8.2
Voice Elements Client
Introduction
Voice Elements makes it easy to build both traditional phone applications, SMS and WebRTC applications which provide all the functionality of your phone right into your browser. This allows you use any .NET language to bring your voice applications to life.
Version Highlights
Version 9.8.2.0 has newly added support for the Voice Elements AI Initiative. This version also provides a new serializer to eliminate the dependency on the older deprecated .NET BinaryFormatter. The client by default uses the new formatter, but still allows for the use of the legacy formatter via configuration settings.
BREAKING CHANGE MAJOR RELEASE UPDATE
We removed the BinaryFormatter from VoiceElements because Microsoft formally deprecated it and then eliminated it entirely in .NET Core for security reasons. The serializer had multiple unresolved vulnerabilities and was no longer supported as a safe or modern serialization mechanism. VoiceElements now uses secure, fully supported serialization alternatives to ensure long-term compatibility and improved application safety.
For customers connecting to VoiceElements Servers running v9.8.2 or later (including our hosted VoiceElements Server Banks), simply update your project to reference this new client version and connect as usual. If you are on support for your premise-based server, you may request a download link for Server v9.8.2 by contacting support@inventivelabs.com.
For customers connecting to older VoiceElements Servers (pre-v9.8.2), you can update to this version of VoiceElementsClient, but you must make the following adjustments in your project to maintain compatibility with the older server versions:
In your project file:
<PropertyGroup>
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
</PropertyGroup>
And in your appsettings.json:
"ApplicationSettings": {
"VoiceElements.Properties.Settings": {
...
"UseLegacyBinarySerializer": true
}
}
Alternatively, you can add this to your code before you connect to the server:
VoiceElements.Common.AppSettingsCommon.UseLegacyBinarySerializer = true;
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp3.1 is compatible. |
| .NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETCoreApp 3.1
- Drive.MigraDocPdfSharp (>= 1.0.0-preview2-1)
- Microsoft.Extensions.Configuration (>= 3.1.0)
- Microsoft.Extensions.Configuration.Binder (>= 3.1.0)
- Microsoft.Extensions.Configuration.FileExtensions (>= 3.1.0)
- Microsoft.Extensions.Configuration.Json (>= 3.1.0)
- Microsoft.Extensions.ObjectPool (>= 9.0.7)
- Newtonsoft.Json (>= 13.0.3)
- System.Diagnostics.PerformanceCounter (>= 4.5.0)
- System.Drawing.Common (>= 4.7.0)
- System.Resources.Extensions (>= 4.7.0)
- System.Text.Encoding.CodePages (>= 6.0.0)
-
.NETFramework 4.7.2
- Newtonsoft.Json (>= 13.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 9.8.2 | 152 | 4/27/2026 |
| 9.8.1-pre | 237 | 3/18/2026 |
| 9.7.3 | 1,300 | 6/5/2025 |
| 9.7.2 | 1,437 | 2/17/2025 |
| 9.6.2 | 947 | 10/9/2024 |
| 9.4.1 | 1,567 | 2/8/2024 |
| 9.2.1 | 1,375 | 1/28/2022 |
| 9.1.1-pre | 992 | 4/28/2020 |
| 9.1.0-pre | 762 | 1/29/2020 |
| 8.6.4 | 1,172 | 2/5/2021 |
| 8.6.3 | 2,413 | 11/2/2018 |
| 8.6.2 | 1,201 | 9/28/2018 |
| 8.6.1.1 | 9,177 | 4/18/2018 |
| 8.4.1.1 | 1,964 | 1/31/2017 |