CallAutomation.Contracts
1.0.10
dotnet add package CallAutomation.Contracts --version 1.0.10
NuGet\Install-Package CallAutomation.Contracts -Version 1.0.10
<PackageReference Include="CallAutomation.Contracts" Version="1.0.10" />
paket add CallAutomation.Contracts --version 1.0.10
#r "nuget: CallAutomation.Contracts, 1.0.10"
// Install CallAutomation.Contracts as a Cake Addin #addin nuget:?package=CallAutomation.Contracts&version=1.0.10 // Install CallAutomation.Contracts as a Cake Tool #tool nuget:?package=CallAutomation.Contracts&version=1.0.10
CallAutomation.Contracts
This repository contains key models used to help developers serialize and deserialize contracts for the Call Automation platform in Azure Communication Services.
IncomingCall event deserialization
Currently the Azure Communication Services Call Automation platform is in preview which results in certain contracts not being available in public SDKs. Specifically, the IncomingCall
event sent through Event Grid is not published in that SDK. You can use this package to easily deserialize this event type when receiving the payload from an Event Grid subscription.
For reference, you can stay up to date with the current schema on the Azure Communication Services documentation site.
3/1/2023
- Added custom context support
- SIP UUI and X- headers
- VoIP headers
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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. |
-
net6.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 |
---|---|---|
1.0.10 | 5,205 | 3/2/2023 |
Added custom context support.