Xamarin.AzureCommunicationCalling.iOS
2.3.0-beta.4.1
dotnet add package Xamarin.AzureCommunicationCalling.iOS --version 2.3.0-beta.4.1
NuGet\Install-Package Xamarin.AzureCommunicationCalling.iOS -Version 2.3.0-beta.4.1
<PackageReference Include="Xamarin.AzureCommunicationCalling.iOS" Version="2.3.0-beta.4.1" />
paket add Xamarin.AzureCommunicationCalling.iOS --version 2.3.0-beta.4.1
#r "nuget: Xamarin.AzureCommunicationCalling.iOS, 2.3.0-beta.4.1"
// Install Xamarin.AzureCommunicationCalling.iOS as a Cake Addin #addin nuget:?package=Xamarin.AzureCommunicationCalling.iOS&version=2.3.0-beta.4.1&prerelease // Install Xamarin.AzureCommunicationCalling.iOS as a Cake Tool #tool nuget:?package=Xamarin.AzureCommunicationCalling.iOS&version=2.3.0-beta.4.1&prerelease
Naive binding for Azure Communication Calling SDK for iOS.
This nuget is just a binding library for this native iOS library : https://github.com/Azure/Communication/releases
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Xamarin.iOS | xamarinios is compatible. |
-
Xamarin.iOS 0.0
- 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 |
---|---|---|
2.3.0-beta.4.1 | 285 | 1/25/2023 |
2.3.0-beta.2.1 | 1,627 | 11/9/2022 |
2.3.0-beta.1.1 | 224 | 10/12/2022 |
2.2.2.1 | 647 | 1/25/2023 |
2.2.0.1 | 1,439 | 6/21/2022 |
2.2.0-beta.1.4 | 677 | 5/24/2022 |
2.2.0-beta.1.3 | 390 | 3/2/2022 |
2.2.0-beta.1.2 | 196 | 2/21/2022 |
2.1.0-beta.1.5 | 221 | 12/2/2021 |
1.1.0.4 | 479 | 12/2/2021 |
1.1.0-beta.1.1 | 262 | 6/11/2021 |
1.0.1.4 | 777 | 5/13/2021 |
1.0.0-beta.9.3 | 289 | 3/12/2021 |
1.0.0-beta.9.2 | 237 | 3/10/2021 |
1.0.0-beta.8.2 | 290 | 2/10/2021 |
1.0.0-beta.7.1 | 202 | 1/14/2021 |
1.0.0-beta.6.1 | 276 | 12/4/2020 |
1.0.0-beta.5.1 | 257 | 11/21/2020 |
1.0.0-beta.4.4 | 284 | 11/15/2020 |
1.0.0-beta.4.3 | 264 | 11/11/2020 |
1.0.0-beta.4.2 | 301 | 10/29/2020 |
1.0.0-beta.4.1 | 297 | 10/27/2020 |
Features Added
Added support for EU Data Boundary(EUDB)
Bug Fixes
Fixed a bug when call was started with audio muted, the options were not being read in the CallKit implementation.
Breaking Changes
Removing AudioDeviceCategory enumeration.
Removing audioDeviceCategory property from LocalAudioStream and RemoteAudioStream.
Removing init(audioDeviceCategory: AudioDeviceCategory).