In Xcode, select your project file in the navigator, then select your target and click the Info tabAdd a row to the Info.plist setting the key to NSCameraUsageDescription and the value to something like: This app uses the camera for video calls.Do the same again but this time for the NSMicrophoneUsageDescription key with a value like: This app uses the microphone for video calls.
Setup complete! Now let’s add UserKit to your code.