Overview
The iOS SDK lets you add voice-assistant calling to a native Swift app using a client-and-delegate pattern: you instantiate a client with your public API key, then implement a delegate protocol to receive call lifecycle events. This follows the same integration model as the Web SDK Integration and React Native SDK Integration guides — a client you start/stop, paired with an event mechanism for reacting to what happens during the call.