Integrate the Telephony SDK

Integrate the Telephony SDK into your application

Prerequisites

Get Started

Integrate the iOS SDK

Add this line to your Podfile near the line pod 'SudoUser'

pod 'SudoTelephony'

Install pod dependencies by running the following command in your project directory:

pod install --repo-update

This will update the local CocoaPods repository and install the latest version of the Telephony SDK.

In order to instantiate a Telephony client, make sure you have followed instructions for Getting Started, User SDK and Sudo SDK (see Prerequisites above)

To instantiate a client in your application, add the following

Integrate the Android SDK

Add this line to the dependencies section of the app module build.gradle and run gradle sync

The latest version of the SDK can be found at SDK Releases.

In order to instantiate a Telephony client, make sure you have followed instructions for Getting Started, User SDK and Sudo SDK (see Prerequisites above).

To instantiate a client in your application, add the following

Last updated