Skip to main content

Documentation Index

Fetch the complete documentation index at: https://cometchat-22654f5b-docs-android-v6-beta2.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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.