Skip to main content

Overview

This guide walks you through adding voice and video calling capabilities to your React application using the CometChat UI Kit.
Make sure you’ve completed the Getting Started guide before proceeding.

Add the Calls SDK

Install the CometChat Calls SDK:
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 rendered in the MessageHeader component.