Xamarin.Agora.Full.iOS 2.3.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Xamarin.Agora.Full.iOS --version 2.3.1
                    
NuGet\Install-Package Xamarin.Agora.Full.iOS -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.Full.iOS" Version="2.3.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Xamarin.Agora.Full.iOS" Version="2.3.1" />
                    
Directory.Packages.props
<PackageReference Include="Xamarin.Agora.Full.iOS" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Xamarin.Agora.Full.iOS --version 2.3.1
                    
#r "nuget: Xamarin.Agora.Full.iOS, 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.
#:package Xamarin.Agora.Full.iOS@2.3.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Xamarin.Agora.Full.iOS&version=2.3.1
                    
Install as a Cake Addin
#tool nuget:?package=Xamarin.Agora.Full.iOS&version=2.3.1
                    
Install as a Cake Tool

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

Product Compatible and additional computed target framework versions.
Xamarin.iOS xamarinios10 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 (1)

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

Package Downloads
Xamarin.Agora.Full.Forms

Agora Xamarin SDK for Xamarin.Forms. Supports iOS, Android and MacOS

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.7.1 7,127 9/15/2022
3.7.1-beta1 5,793 8/9/2022
3.6.0-beta1 5,178 12/23/2021
3.5.1 6,227 12/22/2021
3.5.1-beta1 2,645 11/19/2021
3.5.0.3 15,293 9/10/2021
3.5.0.2 6,590 8/16/2021
3.5.0.1 3,171 8/16/2021
3.5.0 3,542 7/25/2021
3.4.6 3,069 7/25/2021
3.4.5 2,846 6/30/2021
3.4.4 2,849 6/30/2021
3.4.2 3,105 5/27/2021
3.4.1 4,453 4/23/2021
3.4.0 2,955 4/21/2021
3.3.2 3,128 3/31/2021
3.3.1 2,872 3/12/2021
3.3.0 3,598 2/26/2021
3.2.1 3,081 1/4/2021
2.3.1 5,140 10/25/2018
Loading failed

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