> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getuserkit.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Mic & Camera Usage Description

In **Xcode**, select your **project file** in the navigator, then select your **target** and click the **Info** tab

Add 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.`

<img className="rounded-lg" src="https://mintcdn.com/userkit/u7uRrIvdXG8opqR4/images/media-usage-step-1.png?fit=max&auto=format&n=u7uRrIvdXG8opqR4&q=85&s=14cff441251ff1237736793dc348dac7" width="2758" height="1436" data-path="images/media-usage-step-1.png" />

<Check><strong>Setup complete!</strong> Now let's add UserKit to your code.</Check>
