Skip to main content
Version: v4

Upgrading from V3

Upgrading From v3

Upgrading from v3.x to v4 is fairly simple. Below are the major changes that are released as a part of CometChat v4:

Please follow the setup instructions to upgrade to latest version of V4 before proceeding further

Dependency Change

Chat SDK

npm i @cometchat/chat-sdk-javascript

Calls SDK

npm i @cometchat/calls-sdk-javascript

Change The Import Statements

Change the import statements all around the project.

Chat SDK

import {CometChat} from '@cometchat/chat-sdk-javascript';

Calls SDK

import {CometChatCalls} from '@cometchat/calls-sdk-javascript';