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
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SwiftBindings.Apple.LiveCommunicationKit" Version="26.2.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SwiftBindings.Apple.LiveCommunicationKit" Version="26.2.8" />
                    
Directory.Packages.props
<PackageReference Include="SwiftBindings.Apple.LiveCommunicationKit" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SwiftBindings.Apple.LiveCommunicationKit --version 26.2.8
                    
#r "nuget: SwiftBindings.Apple.LiveCommunicationKit, 26.2.8"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package SwiftBindings.Apple.LiveCommunicationKit@26.2.8
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SwiftBindings.Apple.LiveCommunicationKit&version=26.2.8
                    
Install as a Cake Addin
#tool nuget:?package=SwiftBindings.Apple.LiveCommunicationKit&version=26.2.8
                    
Install as a Cake Tool

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

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
26.2.8 44 6/27/2026
26.2.7 89 6/15/2026
26.2.6 107 6/11/2026
26.2.5 108 6/1/2026
26.2.3 111 5/19/2026
26.2.1 98 5/3/2026