Xamarin.Agora.Full.Forms
2.3.1-beta5
See the version list below for details.
dotnet add package Xamarin.Agora.Full.Forms --version 2.3.1-beta5
NuGet\Install-Package Xamarin.Agora.Full.Forms -Version 2.3.1-beta5
<PackageReference Include="Xamarin.Agora.Full.Forms" Version="2.3.1-beta5" />
paket add Xamarin.Agora.Full.Forms --version 2.3.1-beta5
#r "nuget: Xamarin.Agora.Full.Forms, 2.3.1-beta5"
// Install Xamarin.Agora.Full.Forms as a Cake Addin #addin nuget:?package=Xamarin.Agora.Full.Forms&version=2.3.1-beta5&prerelease // Install Xamarin.Agora.Full.Forms as a Cake Tool #tool nuget:?package=Xamarin.Agora.Full.Forms&version=2.3.1-beta5&prerelease
Xamarin bindings to the native iOS and Android Agora.io Full SDK.
Product | Versions 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. xamarinmac20 is compatible. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
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,238 | 9/15/2022 |
3.7.1-beta1 | 168 | 8/9/2022 |
2.9.4 | 12,732 | 2/24/2020 |
2.9.4-beta1 | 436 | 2/17/2020 |
2.9.2 | 1,857 | 10/25/2019 |
2.9.2-beta1 | 420 | 10/23/2019 |
2.9.1 | 630 | 10/9/2019 |
2.9.1-beta1 | 395 | 10/3/2019 |
2.9.0-beta4 | 937 | 8/28/2019 |
2.9.0-beta3 | 2,322 | 8/28/2019 |
2.9.0-beta2 | 407 | 8/22/2019 |
2.9.0-beta1 | 397 | 8/22/2019 |
2.3.4.3 | 1,899 | 3/24/2019 |
2.3.4.2 | 590 | 3/24/2019 |
2.3.4.2-beta1 | 433 | 3/24/2019 |
2.3.4.1 | 587 | 3/21/2019 |
2.3.3 | 670 | 1/31/2019 |
2.3.3-beta2 | 481 | 1/31/2019 |
2.3.3-beta1 | 994 | 1/31/2019 |
2.3.1 | 1,684 | 1/25/2019 |
2.3.1-beta5 | 985 | 1/11/2019 |
2.3.1-beta4 | 926 | 12/2/2018 |
2.3.1-beta3 | 1,024 | 11/2/2018 |
2.3.1-beta2 | 951 | 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