Swift

Swift SDK

Native iOS/macOS SDK built in Swift for Apple platform apps. Crystal-clear voice calling with sub-10ms latency.

Installation

Swift Package Manager
// Swift Package Manager
.package(
url: "https://github.com/Cloudfort-Tech/swift-callum-voice.git",
from: "0.0.1"
)
// Or via CocoaPods
pod 'CloudfortCallum', '~> 0.0.1'

Quick Start

VoiceChat.swift
import CloudfortCallum
// Initialize the voice client
let client = CallumClient(apiKey: "your-api-key")
// Join a voice room
try await client.joinRoom("game-lobby")
// Works on iOS, iPadOS, macOS, visionOS
✓ Latency: 4ms | Codec: Opus HD

Features

Swift Native

Built from the ground up in Swift for Apple platforms.

Async/Await

Modern Swift concurrency with async/await support.

Multi-Platform

iOS, iPadOS, macOS, and visionOS in one package.

AudioKit Compatible

Works seamlessly with AudioKit and AVFoundation.

Ready to get started?

Get your free API key and start building with the Swift SDK today.