Skip to content

twilio/twilio-voice-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twilio Programmable Voice for iOS

This repository contains releases for the Twilio Programmable Voice for iOS SDK. These releases can be installed using Swift Package Manager, CocoaPods or manually, as you prefer.

Swift Package Manager

You can add Programmable Voice for iOS by adding the https://github.com/twilio/twilio-voice-ios repository as a Swift Package. You can choose TwilioVoice in Frameworks, Libraries and Embedded Content if you want to integrate the dynamic framework version of the SDK, or TwilioVoice-static if you want the static framework version.

If you are using the static framework, add SystemConfiguration.framework to Frameworks, Libraries and Embedded Content.

CocoaPods

It's easy to install the Voice framework if you manage your dependencies using CocoaPods. Simply add the following to your Podfile:

source 'https://github.com/cocoapods/specs'

target 'TARGET_NAME' do
  use_frameworks!

  pod 'TwilioVoice', '~> 6.13'
end

Then run pod install --verbose to install the dependencies to your project.

To integrate the static framework, use the TwilioVoice-static pod:

  pod 'TwilioVoice-static', '~> 6.13'

Manual Integration

See manual installation.

Issues and Support

Please file any issues you find here on Github. Please ensure that you are not sharing any Personally Identifiable Information(PII) or sensitive account information (API keys, credentials, etc.) when reporting an issue.

For general inquiries related to the Voice SDK you can file a support ticket.

License

Twilio Programmable Voice for iOS is distributed under TWILIO-TOS.

About

Programmable Voice SDK by Twilio

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages