Xamarin.Agora.Voice.Android 2.3.1

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.3.1                
NuGet\Install-Package Xamarin.Agora.Voice.Android -Version 2.3.1                
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.3.1" />                
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.3.1                
#r "nuget: Xamarin.Agora.Voice.Android, 2.3.1"                
#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.3.1

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

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 915 9/15/2022
3.7.1-beta1 377 8/9/2022
3.6.0-beta1 270 12/23/2021
3.5.1 982 12/1/2021
3.5.1-beta1 286 11/19/2021
3.5.0.3 514 9/10/2021
3.5.0.2 479 8/16/2021
3.5.0 497 7/25/2021
3.4.6 509 7/25/2021
3.4.5 534 6/30/2021
3.4.3 540 6/30/2021
3.4.2 495 5/27/2021
3.4.1 566 4/23/2021
3.4.0 496 4/20/2021
3.3.2 484 3/31/2021
3.3.1 577 3/9/2021
3.3.0 544 2/26/2021
3.2.1 522 1/4/2021
3.1.2 625 9/23/2020
3.1.2-beta1 412 9/18/2020
3.1.1-beta2 398 9/1/2020
3.1.1-beta1 461 8/31/2020
3.0.1 621 6/2/2020
3.0.1-beta1 431 6/2/2020
3.0.0.2 678 5/20/2020
3.0.0.2-beta1 504 4/29/2020
3.0.0-beta3 527 3/25/2020
3.0.0-beta2 472 3/25/2020
3.0.0-beta1 477 3/5/2020
2.9.2.1-beta1 526 12/12/2019
2.9.2 761 10/25/2019
2.9.2-beta1 514 10/23/2019
2.9.1 687 10/9/2019
2.9.1-beta1 477 10/2/2019
2.9.0.1 745 8/18/2019
2.8.1 644 7/21/2019
2.4.1.1 679 7/20/2019
2.4.1.1-beta1 496 7/4/2019
2.4.0.1 804 4/5/2019
2.3.4-beta1 540 4/4/2019
2.3.3 769 1/31/2019
2.3.3-beta1 610 1/31/2019
2.3.1 873 10/30/2018
2.3.0 919 9/4/2018
2.2.3 1,156 7/10/2018
2.2.2 1,181 6/22/2018
2.2.1 1,085 6/1/2018
2.2.0 1,037 5/21/2018
2.2.0-beta1 863 5/21/2018
2.1.3 981 4/23/2018
2.1.2 1,128 4/10/2018
2.1.1 1,338 3/19/2018
2.1.0 1,075 3/8/2018
2.0.2 1,136 12/15/2017
2.0.2-beta1 911 12/15/2017
1.14.0 1,006 10/24/2017
1.14.0-beta1 790 10/24/2017
1.13.1.1-beta1 786 9/29/2017
1.13.1 1,000 9/29/2017
1.13.1-beta1 778 9/29/2017
1.13.0 995 9/13/2017
1.13.0-beta1 773 9/12/2017
1.12.0 1,058 8/18/2017
1.12.0-beta1 792 8/18/2017
1.11.1.1 1,021 7/12/2017
1.11.1.1-beta1 840 7/12/2017
1.11.0.1 1,163 6/16/2017
1.11.0.1-beta1 840 6/16/2017
1.10.1.1 1,067 5/25/2017
1.10.1.1-beta1 872 5/25/2017
1.9.1.2 1,099 5/22/2017
1.8.0.3 1,145 1/10/2017
1.8.0.1 1,071 1/5/2017
1.8.0 1,240 1/5/2017

v2.3.1
The version 2.3.1 was released on Oct. 12th, 2018. See below for new features, improvements, and issues fixed.

New features
Disables/Re-enables the local audio function.
When a user joins a channel, the audio function is enabled by default.
To receive audio streams without sending any audio stream after joining a channel, this release adds the enableLocalAudio method to disable or re-enable the local audio function.
Once the local audio function is disabled or re-enabled, the SDK returns the onMicrophoneEnabled callback function, and the local audio capturing stops.
This method does not affect receiving or playing the remote audio streams.

The difference between this method and muteLocalAudioStream is that enableLocalAudio does not capture or send any audio stream, while muteLocalAudioStream captures but does not send the audio stream.

Issues Fixed
In the live broadcast profile, occasional crashes on some Android devices after the user repeats the process of switching roles between the BROADCASTER and AUDIENCE.
In the live broadcast profile, delay at the client due to incorrect statistics.
Occasionally on some Android devices, a user hears a popping sound if the user leaves the channel at the same time another user is speaking..

origin: https://docs.agora.io/en/Voice/release_android_audio?platform=Android