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

// Install Xamarin.Agora.Voice.Android as a Cake Tool
#tool nuget:?package=Xamarin.Agora.Voice.Android&version=2.3.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 898 9/15/2022
3.7.1-beta1 373 8/9/2022
3.6.0-beta1 267 12/23/2021
3.5.1 975 12/1/2021
3.5.1-beta1 284 11/19/2021
3.5.0.3 512 9/10/2021
3.5.0.2 475 8/16/2021
3.5.0 491 7/25/2021
3.4.6 507 7/25/2021
3.4.5 532 6/30/2021
3.4.3 534 6/30/2021
3.4.2 488 5/27/2021
3.4.1 557 4/23/2021
3.4.0 490 4/20/2021
3.3.2 478 3/31/2021
3.3.1 571 3/9/2021
3.3.0 542 2/26/2021
3.2.1 520 1/4/2021
3.1.2 622 9/23/2020
3.1.2-beta1 409 9/18/2020
3.1.1-beta2 395 9/1/2020
3.1.1-beta1 458 8/31/2020
3.0.1 617 6/2/2020
3.0.1-beta1 422 6/2/2020
3.0.0.2 673 5/20/2020
3.0.0.2-beta1 500 4/29/2020
3.0.0-beta3 520 3/25/2020
3.0.0-beta2 469 3/25/2020
3.0.0-beta1 473 3/5/2020
2.9.2.1-beta1 518 12/12/2019
2.9.2 754 10/25/2019
2.9.2-beta1 511 10/23/2019
2.9.1 682 10/9/2019
2.9.1-beta1 474 10/2/2019
2.9.0.1 742 8/18/2019
2.8.1 639 7/21/2019
2.4.1.1 676 7/20/2019
2.4.1.1-beta1 490 7/4/2019
2.4.0.1 800 4/5/2019
2.3.4-beta1 534 4/4/2019
2.3.3 765 1/31/2019
2.3.3-beta1 607 1/31/2019
2.3.1 870 10/30/2018
2.3.0 913 9/4/2018
2.2.3 1,149 7/10/2018
2.2.2 1,178 6/22/2018
2.2.1 1,082 6/1/2018
2.2.0 1,033 5/21/2018
2.2.0-beta1 857 5/21/2018
2.1.3 977 4/23/2018
2.1.2 1,125 4/10/2018
2.1.1 1,335 3/19/2018
2.1.0 1,072 3/8/2018
2.0.2 1,133 12/15/2017
2.0.2-beta1 906 12/15/2017
1.14.0 1,003 10/24/2017
1.14.0-beta1 787 10/24/2017
1.13.1.1-beta1 782 9/29/2017
1.13.1 996 9/29/2017
1.13.1-beta1 774 9/29/2017
1.13.0 992 9/13/2017
1.13.0-beta1 766 9/12/2017
1.12.0 1,055 8/18/2017
1.12.0-beta1 787 8/18/2017
1.11.1.1 1,016 7/12/2017
1.11.1.1-beta1 833 7/12/2017
1.11.0.1 1,160 6/16/2017
1.11.0.1-beta1 833 6/16/2017
1.10.1.1 1,064 5/25/2017
1.10.1.1-beta1 865 5/25/2017
1.9.1.2 1,096 5/22/2017
1.8.0.3 1,142 1/10/2017
1.8.0.1 1,068 1/5/2017
1.8.0 1,233 1/5/2017

v2.3.0 (Released Aug 31st, 2018)
Before Reading
From v2.3.0, the LiveTranscoding Class was relocated from the io.agora.live package to the io.agora.rtc.live package.

A spelling mistake was corrected in API constants.java in v2.3.0.

Before:
public static final int SOFEWARE_ENCODER = 1;
After:
public static final int SOFTWARE_ENCODER = 1;
The security keys are improved and updated in v2.1.0. If you are using an Agora SDK version below v2.1.0 and wish to migrate to the latest version, see Token Migration Guide.

New Features
1. Notifies the user that the Token will expire in 30 seconds
The SDK returns the onTokenPrivilegeWillExpire callback 30 seconds before a Token expires to notify the app to renew it. When this callback is received, you need to generate a new Token on your server and call renewToken to pass the newly-generated Token to the SDK.

2. Returns user-specific upstream and downstream statistics, including the bitrate, frame rate, packet loss rate and time delay
The onRemoteAudioTransportStats callback is added to provide user-specific upstream and downstream statistics, including the bitrate, frame rate, and packet loss rate. During a call or a live broadcast, this callback is triggered every two seconds after the user receives audio packets from a remote user. This callback includes the user ID, audio bitrate at the receiver, packet loss rate, and time delay (ms).

Improvements
Improved the quality for one-on-one voice/video scenarios with optimized latency and smoothness, especially for areas like Southeast Asia, South America, Africa and Middle East.
Improved the audio encoder efficiency in a live broadcast to reduce user traffic while ensuring the call quality.
Improved the audio quality during a call or a live broadcast using the deep-learning algorithm.
Issues Fixed
Occassional crashes after interoperating with devices of other platforms from some Android devices.
Excessive increase in memory usage associated with a host when he/she frequently joins and leaves a channel of multiple delegated hosts.
Occasional issue that the remote user cannot hear the host when the host swithces to AUDIENCE and then back to BROADCASTER.
Occasional crashes on the Android devices when the remote users frequently join and leave the channel.
The audience cannot adjust the channel volume on some special occasions.
Occasional issue that applications do not respond on some Android devices.
Occasional crashes when one of the two broadcasters mutes or disables the local audio while playing the background music.
Occasional crashes on some devices when preloading the sound effects.
Occasional issue that an Android client can still interoperate in a communication channel when removed from the dashboard.
Failure to enable the hardware encoder on some Android devices.
Occasional crashes on some Android devices when frequently turning on and off the flashlight during a live broadcast.
Occasional crashes on some Android devices when a user frequently changes the Token.
Occasional issue on some Android devices that the users cannot see each other.
Occasional echoes when using a specific audio card.
API Changes
To improve user experience, Agora has cleaned up and made the following changes to its APIs:

To avoid adding too many users with the same UID into the CDN publishing channel, the following API is deleted in v2.3.0, and the type of the return value of addUser is changed from void to int.

setUser
The following APIs are deleted and no longer supported in v2.3.0. Agora provides the Recording SDK for better recording services. For more information on the Recoding SDK, see Release Notes for Agora Recording SDK.

startRecordingService
stopRecordingService
refreshRecordingServiceStatus
The following deprecated APIs are deleted and no longer supported from v2.3.0:

monitorConnectionEvent
monitorBluetoothHeadsetEvent
monitorHeadsetEvent
setPreferHeadset
setSpeakerphoneVolume
Backwards Compatibility Breaking Changes
None.

Known Issues
None.

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