SwiftBindings.Apple.LiveCommunicationKit
26.2.8
dotnet add package SwiftBindings.Apple.LiveCommunicationKit --version 26.2.8
NuGet\Install-Package SwiftBindings.Apple.LiveCommunicationKit -Version 26.2.8
<PackageReference Include="SwiftBindings.Apple.LiveCommunicationKit" Version="26.2.8" />
<PackageVersion Include="SwiftBindings.Apple.LiveCommunicationKit" Version="26.2.8" />
<PackageReference Include="SwiftBindings.Apple.LiveCommunicationKit" />
paket add SwiftBindings.Apple.LiveCommunicationKit --version 26.2.8
#r "nuget: SwiftBindings.Apple.LiveCommunicationKit, 26.2.8"
#:package SwiftBindings.Apple.LiveCommunicationKit@26.2.8
#addin nuget:?package=SwiftBindings.Apple.LiveCommunicationKit&version=26.2.8
#tool nuget:?package=SwiftBindings.Apple.LiveCommunicationKit&version=26.2.8
SwiftBindings.Apple.LiveCommunicationKit
Native .NET bindings for Apple's LiveCommunicationKit framework — VoIP and Live Communication conversations on iOS. These are not Objective-C proxy wrappers; they use .NET 10's native Swift interop for direct, high-performance calls into Swift APIs from C#.
📖 Full usage guide → — Swift→C# naming, the conversation manager, the action types, handles & capabilities, and the delegate integration point.
Installation
dotnet add package SwiftBindings.Apple.LiveCommunicationKit
Requirements
- .NET 10.0+
- iOS 26.2+, macOS 26.2+, Mac Catalyst 26.2+
- macOS host for development
- LiveCommunicationKit capability enabled on the app
Usage
using LiveCommunicationKit;
// Inspect conversation actions exposed by the framework
var startAction = new StartConversationAction();
var endAction = new EndConversationAction();
var muteAction = new MuteConversationAction();
// Translation engine selection on a translating action
var engine = SetTranslatingAction.TranslationEngine.Default;
Conversation, Conversation.Update, and the action types (StartConversationAction, JoinConversationAction, EndConversationAction, MergeConversationAction, MuteConversationAction, PauseConversationAction, PlayToneAction, SetTranslatingAction, etc.) are all bound; see Apple's documentation for the full conversation lifecycle.
Documentation
- Usage guide (wiki) — full C# walkthrough of the binding surface
- Apple LiveCommunicationKit framework
How It Works
These bindings are auto-generated by Swift Dotnet Bindings using .NET 10's native Swift interop via the SwiftBindings SDK.
License
The bindings are MIT licensed. LiveCommunicationKit is part of the Apple SDK; refer to Apple's licensing for the underlying framework.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0-ios26.2 is compatible. net10.0-maccatalyst26.2 is compatible. net10.0-macos26.2 is compatible. |
-
net10.0-ios26.2
- SwiftBindings.Apple (>= 26.2.8)
- SwiftBindings.Runtime (>= 0.16.0 && < 0.17.0)
-
net10.0-maccatalyst26.2
- SwiftBindings.Apple (>= 26.2.8)
- SwiftBindings.Runtime (>= 0.16.0 && < 0.17.0)
-
net10.0-macos26.2
- SwiftBindings.Apple (>= 26.2.8)
- SwiftBindings.Runtime (>= 0.16.0 && < 0.17.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.