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.
You need to add the below permissions & plugin block inside android block of the app.json file. You need to install expo-build-properties package in your app.
You need to add the below permissions block inside ios block of the app.json file.
Copy
Ask AI
"infoPlist": { "NSCameraUsageDescription": "This app uses the camera for video calls.", "NSMicrophoneUsageDescription": "This app uses the microphonr for audio/video calls."}