Skip to main content
The CometChat Calls SDK enables real-time voice and video calling capabilities in your web application. Built on top of WebRTC, it provides a complete calling solution with built-in UI components and extensive customization options.
Faster Integration with UI KitsIf you’re using CometChat UI Kits, voice and video calling is already integrated with ready-to-use components:
  • Incoming & outgoing call screens
  • Call buttons with one-tap calling
  • Call logs with history
👉 React UI Kit Call FeaturesUse this Calls SDK directly only if you need custom call UI or advanced control.

Prerequisites

Before integrating the Calls SDK, ensure you have:
  1. CometChat Account: Sign up and create an app to get your App ID, Region, and API Key
  2. CometChat Users: Users must exist in CometChat to use calling features. For testing, create users via the Dashboard or REST API. Authentication is handled by the Calls SDK - see Authentication
  3. Browser Requirements: See Browser Compatibility below
  4. Permissions: Camera and microphone permissions for video/audio calls

Browser Compatibility

The Calls SDK requires a modern browser with WebRTC support:
BrowserMinimum VersionNotes
Chrome72+Full support
Firefox68+Full support
Safari12.1+Full support
Edge79+Chromium-based
Opera60+Full support
Samsung Internet12+Full support

Requirements

  • HTTPS: Required for camera/microphone access in production. Localhost is exempt during development.
  • WebRTC: The browser must support WebRTC APIs (getUserMedia, RTCPeerConnection)
  • JavaScript: ES6+ support required

Mobile Browsers

BrowserSupport
Chrome for Android✅ Full support
Safari for iOS✅ iOS 12.1+
Firefox for Android✅ Full support
Samsung Internet✅ Full support
For native mobile apps, consider using the iOS or Android SDKs for better performance and native features like CallKit/VoIP.

Framework Integrations

Get started quickly with framework-specific guides that include complete setup, authentication, and working call implementations:

Call Flow

Features

Architecture

The SDK is organized around these core components:
ComponentDescription
CometChatCallsMain entry point for SDK initialization, authentication, session management, and call actions
CallAppSettingsConfiguration object for SDK initialization (App ID, Region)
CallSettingsConfiguration object for individual call sessions
addEventListenerMethod to register event listeners for session, participant, media, and UI events