Xamarin.AzureCommunicationCalling.iOS
2.3.0-beta.2.1
See the version list below for details.
dotnet add package Xamarin.AzureCommunicationCalling.iOS --version 2.3.0-beta.2.1
NuGet\Install-Package Xamarin.AzureCommunicationCalling.iOS -Version 2.3.0-beta.2.1
<PackageReference Include="Xamarin.AzureCommunicationCalling.iOS" Version="2.3.0-beta.2.1" />
paket add Xamarin.AzureCommunicationCalling.iOS --version 2.3.0-beta.2.1
#r "nuget: Xamarin.AzureCommunicationCalling.iOS, 2.3.0-beta.2.1"
// Install Xamarin.AzureCommunicationCalling.iOS as a Cake Addin #addin nuget:?package=Xamarin.AzureCommunicationCalling.iOS&version=2.3.0-beta.2.1&prerelease // Install Xamarin.AzureCommunicationCalling.iOS as a Cake Tool #tool nuget:?package=Xamarin.AzureCommunicationCalling.iOS&version=2.3.0-beta.2.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 | 294 | 1/25/2023 |
2.3.0-beta.2.1 | 1,636 | 11/9/2022 |
2.3.0-beta.1.1 | 230 | 10/12/2022 |
2.2.2.1 | 684 | 1/25/2023 |
2.2.0.1 | 1,455 | 6/21/2022 |
2.2.0-beta.1.4 | 688 | 5/24/2022 |
2.2.0-beta.1.3 | 396 | 3/2/2022 |
2.2.0-beta.1.2 | 207 | 2/21/2022 |
2.1.0-beta.1.5 | 232 | 12/2/2021 |
1.1.0.4 | 495 | 12/2/2021 |
1.1.0-beta.1.1 | 280 | 6/11/2021 |
1.0.1.4 | 793 | 5/13/2021 |
1.0.0-beta.9.3 | 295 | 3/12/2021 |
1.0.0-beta.9.2 | 247 | 3/10/2021 |
1.0.0-beta.8.2 | 296 | 2/10/2021 |
1.0.0-beta.7.1 | 213 | 1/14/2021 |
1.0.0-beta.6.1 | 282 | 12/4/2020 |
1.0.0-beta.5.1 | 263 | 11/21/2020 |
1.0.0-beta.4.4 | 295 | 11/15/2020 |
1.0.0-beta.4.3 | 270 | 11/11/2020 |
1.0.0-beta.4.2 | 307 | 10/29/2020 |
1.0.0-beta.4.1 | 303 | 10/27/2020 |
Features Added
Added support for audio start/stop.
Added new API for muteSpeaker and property isSpeakerMuted.
Add support for RecordingsUpdated event which will be triggered when a recording is started or stopped, Recordings property to list all current recordings and RecordingState indicates the state of a recording.
Raw Outgoing Video
details:
Users will be able to send CVImageBuffer frames(in one of the supported formats) to a call through a virtual video stream as an alternative to camera source(local video stream) or through screen sharing stream using Raw Media APIs.
Bugs fixed
Fix calling call.hangup() with HangUpOptions for everybody.
Fix bug that allowed create several CallAgents for same identity.