> ## Documentation Index
> Fetch the complete documentation index at: https://cometchat-22654f5b-docs-rn-guide-message-privately.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Calling Integration

> Add voice and video calling to CometChat React UI Kit with Calls SDK installation, setup checks, and CallButtons verification.

## Overview

This guide walks you through adding voice and video calling capabilities to your React application using the CometChat UI Kit.

<Info>
  Make sure you've completed the [Getting Started](/ui-kit/react/v6/react-js-integration) guide before proceeding.
</Info>

## Add the Calls SDK

Install the CometChat Calls SDK:

```bash theme={null}
npm install @cometchat/calls-sdk-javascript
```

## Verify Integration

After adding the dependency, the React UI Kit will automatically detect it and activate calling features. You will see [CallButtons](/ui-kit/react/v6/call-buttons) rendered in the [MessageHeader](/ui-kit/react/v6/message-header) component.

<Frame>
  <img src="https://mintcdn.com/cometchat-22654f5b-docs-rn-guide-message-privately/G6Puyz_3Zlaowa9R/images/cf123e9d-calling_call_buttons_web_screens-a0a134d7d742a761689aaebe2d6e71c2.png?fit=max&auto=format&n=G6Puyz_3Zlaowa9R&q=85&s=8601817ca724e45d941853f9d61ed10b" width="1282" height="802" data-path="images/cf123e9d-calling_call_buttons_web_screens-a0a134d7d742a761689aaebe2d6e71c2.png" />
</Frame>
