.NET
.NET SDK
Native .NET 8+ library for cross-platform mobile, desktop, and MAUI apps. The only voice platform that bridges games and apps with a single backend.
Installation
.NET CLI
# NuGet Package Manager
dotnet add package Cloudfort.Callum
# Or via Package Manager Console
Install-Package Cloudfort.Callum
Quick Start
Program.cs
using Cloudfort.Callum;
// Initialize the voice client
var client = new CallumClient("your-api-key");
// Join a voice room
await client.JoinRoomAsync("meeting-room");
// Works with MAUI, WPF, Avalonia, Blazor, and more
✓ Latency: 5ms | Codec: Opus HD
Features
MAUI Ready
Built for .NET MAUI cross-platform apps.
Async/Await
Fully async API with CancellationToken support.
Cross-Platform
Windows, macOS, iOS, Android, Linux — one API.
Dependency Injection
Built-in DI support for modern .NET apps.
Ready to get started?
Get your free API key and start building with the .NET SDK today.