Xamarin.Agora.Full.iOS.AllArchitecture 3.2.2

Suggested Alternatives

Xamarin.Agora.Full.iOS.Simulator

dotnet add package Xamarin.Agora.Full.iOS.AllArchitecture --version 3.2.2
NuGet\Install-Package Xamarin.Agora.Full.iOS.AllArchitecture -Version 3.2.2
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.AllArchitecture" Version="3.2.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xamarin.Agora.Full.iOS.AllArchitecture --version 3.2.2
#r "nuget: Xamarin.Agora.Full.iOS.AllArchitecture, 3.2.2"
#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.iOS.AllArchitecture as a Cake Addin
#addin nuget:?package=Xamarin.Agora.Full.iOS.AllArchitecture&version=3.2.2

// Install Xamarin.Agora.Full.iOS.AllArchitecture as a Cake Tool
#tool nuget:?package=Xamarin.Agora.Full.iOS.AllArchitecture&version=3.2.2

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

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.2.2 985 1/4/2021
3.2.1 744 1/4/2021

Please see release notes https://docs.agora.io/en/Video/release_ios_video?platform=iOS

v3.2.1 was released on December 17, 2020. This release fixed the following issues:

Crashes occurred when using IPv6.
After you called enableEncryption, the SDK did not trigger the firstLocalVideoFramePublished callback.
v3.2.0
v3.2.0 was released on November 30, 2020.

Compatibility changes
1. Integration change

Since v3.2.0, the following files have been added to the SDK package:

Agorafdkaac.framework: The Fraunhofer FDK AAC dynamic library.
AgoraSoundTouch.framework: The SoundTouch dynamic library.
Agoraffmpeg.framework: The FFmpeg dynamic library.
If you upgrade the SDK to v3.2.0 or later, refer to the following steps to add the above dynamic libraries when integrating the SDK:

Copy the above files to the folder where the AgoraRtcKit.framework file is located.
This release also merges AgoraRtcCryptoLoader.framework into AgoraRtcKit.framework. After integrating AgoraRtcKit.framework, you can use built-in encryption directly.

2. Cloud proxy
This release optimizes the Agora cloud proxy architecture. If you are already using cloud proxy, to avoid compatibility issues between the new SDK and the old cloud proxy, please contact support@agora.io before upgrading the SDK. See Cloud Proxy.

3. Security and compliance

Agora has passed ISO 27001, ISO 27017, and ISO 27018 international certifications, providing safe and reliable real-time interactive cloud services for users worldwide. See ISO Certificates.

This release supports transport layer encryption by adding TLS (Transport Layer Security) and UDP (User Datagram Protocol) encryption methods.

Transport layer encryption affects the following indicators:
Size of the SDK package: For details, see Product Overview.
The rendering time of the first video frame: The rendering time (median) of the first video frame increases by 0 ~ 70 ms compared to that in v3.1.0.
New features
Interactive Live Streaming Standard

This release adds setClientRole for setting the latency level of an audience member. You can use this method to switch between Interactive Live Streaming Premium and Interactive Live Streaming Standard as follows:

Set the latency level as ultra low latency to use Interactive Live Streaming Premium.
Set the latency level as low latency to use Interactive Live Streaming Standard.
For details, see the product overview of Interactive Live Streaming Standard.

Improvements
1. Local video quality

This release improves the quality of the video captured by the local camera:

This release optimizes the autofocus function of the rear camera.
For video with a resolution not lower than 960 × 540 pixels, this release improves the local overexposure of the image under strong light by enabling the HDR attribute of the camera by default.
2. Meeting scenario

To improve the audio experience for multi-person meetings, this release adds AgoraAudioScenarioMeeting(8) in setAudioProfile.

3. Voice beautifier and audio effects

To improve the usability of the APIs related to voice beautifier and audio effects, this release deprecates setLocalVoiceChanger and setLocalVoiceReverbPreset, and adds the following methods instead:

setVoiceBeautifierPreset: Compared with setLocalVoiceChanger, this method deletes audio effects such as a little boy’s voice and a more spatially resonant voice.
setAudioEffectPreset: Compared with setLocalVoiceReverbPreset, this method adds audio effects such as the 3D voice, the pitch correction, a little boy’s voice and a more spatially resonant voice.
setAudioEffectParameters: This method sets detailed parameters for a specified audio effect. In this release, the supported audio effects are the 3D voice and pitch correction.
4. Interactive streaming delay

This release reduces the latency on the audience's client during an interactive live streaming by about 500 ms.

Issues fixed
This release fixed the following issues:

On iPhone 5s and iPhone 6, after the user enabled the basic image enhancement function, the screen flickered when users switched between apps.
The stopChannelMediaRelay method did not take effect.
The SDK mistakenly returned the AgoraErrorCodeAdmStartRecording(1012) error.
API changes
Added

setClientRole
setAudioEffectPreset
setVoiceBeautifierPreset
setAudioEffectParameters
AgoraAudioScenarioMeeting(8) in AgoraAudioScenario
Deprecated

setLocalVoiceChanger
setLocalVoiceReverbPreset