Twilio Voice Reference

Overview

The Programmable Voice SDK for iOS makes it easy for you to add Voice over IP (VoIP) calling into your iOS application. The SDK allows you to make and receive calls.

The SDK is composed of several key classes illustrated in the image below.

The class [TwilioVoice] is the entry point into the SDK and does the following:

The class [TVOCall] represents an outgoing or incoming call.

The class [TVOCallInvite] represents an invitation to an incoming call. You can accept or reject the call invitation using this class.

The class [TVOCancelledCallInvite] represents an invitation to a call that has been subsequently cancelled. A call can be cancelled for several reasons and this is detailed further in the documentation of this class.

iOS Call Model