Add the iOS SDK
Audio and Video Calls requires baseline 10.1.68 or a later version. Audio and Video Calls on iOS does not currently support the ARMv7 architecture.
Audio and Video Calls supports three connection types: based on the mPaaS frame, based on the native frame and using the mPaaS plugin, and based on the native frame and using CocoaPods.
Prerequisites
You have connected your project to mPaaS. For more information, see the following topics:
Add the SDK
Choose a method to add the SDK based on your connection type.
Use the mPaaS Xcode Extension. This method is for the based on the mPaaS frame or based on an existing project and using the mPaaS plugin connection types.
In the Xcode menu, click Editor > mPaaS > Edit Project to open the project editing page.
Select Video Call, save your changes, and then click Start Editing to add the component.

Use the cocoapods-mPaaS plugin. This method is for the based on an existing project and using CocoaPods connection type.
In your Podfile, add the dependency for the Audio and Video Calls component:
mPaaS_pod "mPaaS_ARTVC".
Run
pod installto finish adding the SDK.