Xamarin.Agora.Full.Forms 2.3.1-beta3

This is a prerelease version of Xamarin.Agora.Full.Forms.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Xamarin.Agora.Full.Forms --version 2.3.1-beta3
NuGet\Install-Package Xamarin.Agora.Full.Forms -Version 2.3.1-beta3
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.Full.Forms" Version="2.3.1-beta3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xamarin.Agora.Full.Forms --version 2.3.1-beta3
#r "nuget: Xamarin.Agora.Full.Forms, 2.3.1-beta3"
#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.Full.Forms as a Cake Addin
#addin nuget:?package=Xamarin.Agora.Full.Forms&version=2.3.1-beta3&prerelease

// Install Xamarin.Agora.Full.Forms as a Cake Tool
#tool nuget:?package=Xamarin.Agora.Full.Forms&version=2.3.1-beta3&prerelease

Xamarin bindings to the native iOS and Android Agora.io Full SDK.

Product 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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed.  monoandroid10 is compatible. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed.  xamarinios10 is compatible. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
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 (1)

Showing the top 1 NuGet packages that depend on Xamarin.Agora.Full.Forms:

Package Downloads
technolarity.clinicea.mobile.common

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.7.1 1,161 9/15/2022
3.7.1-beta1 143 8/9/2022
2.9.4 12,380 2/24/2020
2.9.4-beta1 410 2/17/2020
2.9.2 1,794 10/25/2019
2.9.2-beta1 394 10/23/2019
2.9.1 602 10/9/2019
2.9.1-beta1 371 10/3/2019
2.9.0-beta4 914 8/28/2019
2.9.0-beta3 2,222 8/28/2019
2.9.0-beta2 381 8/22/2019
2.9.0-beta1 375 8/22/2019
2.3.4.3 1,831 3/24/2019
2.3.4.2 569 3/24/2019
2.3.4.2-beta1 412 3/24/2019
2.3.4.1 562 3/21/2019
2.3.3 647 1/31/2019
2.3.3-beta2 462 1/31/2019
2.3.3-beta1 862 1/31/2019
2.3.1 1,470 1/25/2019
2.3.1-beta5 807 1/11/2019
2.3.1-beta4 826 12/2/2018
2.3.1-beta3 905 11/2/2018
2.3.1-beta2 821 11/2/2018

iOS v2.3.1
The version 2.3.1 was released on September 28, 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 streams 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 didMicrophoneEnabled 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 enableLocalAudiodoes not capture or send any audio stream, while muteLocalAudioStream captures but does not send audio streams.

Improvements
Reduced the SDK's package size.
Reduced the CPU consumption in the audio communication profile on some low-end iOS devices.
Issues Fixed
Occasional crashes on some iOS devices when using customized video source functions.
Occasional crashes on some iOS devices when using customized remote renderer functions.
Occasional crashes when switching between the front and rear camera.
Occasionally in the live broadcast profile, the app freezes and the user cannot leave the channel after switching between the front and rear cameras on some iOS devices.
Occasionally in the live broadcast profile, two taps are needed for a successful focus on some iOS devices.
In the communication profile, if one user disables the video and re-enables it during a one-to-one call, it takes a long time for the other user to see the image.
In the live broadcast profile, delay at the client due to incorrect statistics.
The timestamp in the captured raw video frames does not refresh with the frame.

origin: https://docs.agora.io/en/Video/release_ios_video?platform=iOS

Android 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 is 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 audio streams.

Improvements
Improved the SDK's adaptiveness to the Android video encoder.
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.
Occasional crashes when switching between front and rear cameras.
In the communication profile: If a user disables the video and re-enables it during a one-to-one call, it takes a long time for the other user to see the image.
In the live broadcast profile: Delay at the client due to incorrect statistics.
Occasional failures to render the video on some Android devices.
Occasional image freezes on some Android devices.
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.
The timestamp in the captured raw video frames does not refresh with the frame.

origin: https://docs.agora.io/en/Video/release_android_video?platform=Android