Add the CometChatCalls Dependency
To add CometChat Calls SDK, please refer to the steps mentioned here.
Permissions
Our React Native Calls SDK does not work with Expo GO since it requires some custom native modules. Also, expo does not recommend using Expo GO for building production grade apps. So in order to use our Calls SDK in an expo app you need to use development builds. You can follow the official Expo guide for more details.Android
You need to add the belowpermissions
& plugin
block inside android
block of the app.json
file. You need to install expo-build-properties
package in your app.
iOS
You need to add the belowpermissions
block inside ios
block of the app.json
file.
Initialize CometChat Calls
To initialize CometChat Calls SDK, please refer to the guide here