Overview
This guide walks you through adding voice and video calling capabilities to your React Native application using the CometChat UI Kit.Make sure you’ve completed the Getting Started guide before proceeding.
Add the Calls SDK
Install the CometChat Calls SDK:- iOS
- Android

Add Permissions
Android
Add the following permissions toandroid/app/src/main/AndroidManifest.xml:
iOS
Add the following entries toios/{appname}/Info.plist:
Set Up Minimum Versions
Android
Inandroid/app/build.gradle, set the SDK versions:
iOS
In Xcode, setIPHONEOS_DEPLOYMENT_TARGET to 12.0, or add to your Podfile:
