Xamarin.Agora.Voice.Android 2.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Xamarin.Agora.Voice.Android --version 2.1.0                
NuGet\Install-Package Xamarin.Agora.Voice.Android -Version 2.1.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Xamarin.Agora.Voice.Android" Version="2.1.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xamarin.Agora.Voice.Android --version 2.1.0                
#r "nuget: Xamarin.Agora.Voice.Android, 2.1.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Xamarin.Agora.Voice.Android as a Cake Addin
#addin nuget:?package=Xamarin.Agora.Voice.Android&version=2.1.0

// Install Xamarin.Agora.Voice.Android as a Cake Tool
#tool nuget:?package=Xamarin.Agora.Voice.Android&version=2.1.0                

Xamarin bindings to the native Android Agora.io Voice SDK.

Product Compatible and additional computed target framework versions.
.NET net6.0-android was computed.  net7.0-android was computed.  net8.0-android was computed. 
MonoAndroid monoandroid is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
3.7.1 859 9/15/2022
3.7.1-beta1 331 8/9/2022
3.6.0-beta1 241 12/23/2021
3.5.1 952 12/1/2021
3.5.1-beta1 256 11/19/2021
3.5.0.3 480 9/10/2021
3.5.0.2 450 8/16/2021
3.5.0 465 7/25/2021
3.4.6 481 7/25/2021
3.4.5 500 6/30/2021
3.4.3 510 6/30/2021
3.4.2 456 5/27/2021
3.4.1 535 4/23/2021
3.4.0 460 4/20/2021
3.3.2 444 3/31/2021
3.3.1 538 3/9/2021
3.3.0 518 2/26/2021
3.2.1 492 1/4/2021
3.1.2 596 9/23/2020
3.1.2-beta1 386 9/18/2020
3.1.1-beta2 372 9/1/2020
3.1.1-beta1 437 8/31/2020
3.0.1 598 6/2/2020
3.0.1-beta1 399 6/2/2020
3.0.0.2 644 5/20/2020
3.0.0.2-beta1 481 4/29/2020
3.0.0-beta3 492 3/25/2020
3.0.0-beta2 451 3/25/2020
3.0.0-beta1 452 3/5/2020
2.9.2.1-beta1 493 12/12/2019
2.9.2 719 10/25/2019
2.9.2-beta1 486 10/23/2019
2.9.1 657 10/9/2019
2.9.1-beta1 455 10/2/2019
2.9.0.1 717 8/18/2019
2.8.1 612 7/21/2019
2.4.1.1 649 7/20/2019
2.4.1.1-beta1 463 7/4/2019
2.4.0.1 780 4/5/2019
2.3.4-beta1 505 4/4/2019
2.3.3 744 1/31/2019
2.3.3-beta1 580 1/31/2019
2.3.1 840 10/30/2018
2.3.0 892 9/4/2018
2.2.3 1,125 7/10/2018
2.2.2 1,149 6/22/2018
2.2.1 1,051 6/1/2018
2.2.0 1,008 5/21/2018
2.2.0-beta1 832 5/21/2018
2.1.3 953 4/23/2018
2.1.2 1,099 4/10/2018
2.1.1 1,313 3/19/2018
2.1.0 1,043 3/8/2018
2.0.2 1,107 12/15/2017
2.0.2-beta1 884 12/15/2017
1.14.0 983 10/24/2017
1.14.0-beta1 767 10/24/2017
1.13.1.1-beta1 757 9/29/2017
1.13.1 976 9/29/2017
1.13.1-beta1 751 9/29/2017
1.13.0 967 9/13/2017
1.13.0-beta1 751 9/12/2017
1.12.0 1,030 8/18/2017
1.12.0-beta1 768 8/18/2017
1.11.1.1 995 7/12/2017
1.11.1.1-beta1 809 7/12/2017
1.11.0.1 1,140 6/16/2017
1.11.0.1-beta1 809 6/16/2017
1.10.1.1 1,039 5/25/2017
1.10.1.1-beta1 842 5/25/2017
1.9.1.2 1,065 5/22/2017
1.8.0.3 1,116 1/10/2017
1.8.0.1 1,040 1/5/2017
1.8.0 1,209 1/5/2017

v2.1.0 (Released Mar 7th, 2018)
To improve your user experience with the Agora services, we have updated the Security Keys in v2.1.0. If you are currently using the Agora SDK before v2.1.0 and wish to upgrade it, ensure that you have read the descriptions in Token Migration Guide.

New Functions
1. Voice Optimization
Added a scenario for the game chat room to reduce the bandwidth and cancel the noise with API setAudioProfile .

2. Enhanced audio effect input from built-in microphone
In an Interactive Broadcast scenario, the host can enhance the local audio effects from the built-in microphone with the API setLocalVoiceEqualization and setLocalVoiceReverb to implent the expected voice equalization and reverberation effects.

3. Online Statistics Query
Added Restful APIs to check the status of the users in the channel, the channel list of a specific company, and whether the user is an audience or host. See:

In a Voice or Video Call scenario, see online_call_en
In an Interactive Broadcast scenario, see online_live_en
Improvements
Improvement Description
Authentication Supported a new authentication mechanism. Each legacy Dynamic Key (Channel Key) corresponds to a single privilege (for example, joining a channel), but each Token in the new authentication mechanism includes all the privileges (for example, joining a channel, host-in, and stream-pushing).
Issues Fixed
Occasional playback noise on specific devices.
Occasional crackling voice playback on specific devices.
Occasional crashes.

origin: https://docs.agora.io/en/2.1/product/Voice/Product%20Overview/release_android_audio