Skip to content

twilio/twilio-virtual-background-processors-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Twilio Virtual Background Processors for iOS

This repository contains releases of Twilio's Virtual Background Processors which plug into Twilio's Programmable Video SDK. These releases can be consumed using Swift Package Manager, CocoaPods or manual integration into your project.

Swift Package Manager

You can add Virtual Background Processors for iOS by adding the https://github.com/twilio/twilio-virtual-background-processors-ios repository as a Swift Package.

In your Build Settings, you will also need to modify Other Linker Flags to include -ObjC.

CocoaPods Integration

We support integration using CocoaPods as well. You can add Programmable Video to your project using the following example Podfile:

source 'https://github.com/CocoaPods/Specs'

platform :ios, '12.2'

target 'TARGET_NAME' do
    pod 'TwilioVirtualBackgroundProcessors', '~> 5.10'
end

Then run pod install to install the dependencies for your project.

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 Twilio Virtual Background Processors you can file a support ticket.

License

Twilio Virtual Background Processors for iOS is distributed under TWILIO-TOS.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published