CometChat Kitchen Sink Sample App is a real-time messaging app capable of one-on-one (private), group messaging, voice & video calling.
- Login
- Private and Group conversations
- Search by users and groups
- Text, Media and Custom messages
- Read receipts
- Chat history
- Voice & Video calling
To run this app, you must create an account with CometChat and obtain your App ID
, Auth Key
and Region
. If you don't have an account, you can create one from CometChat Dashboard.
- Clone this repository
- Navigate to the root directory and replace
APP_ID
,REGION
andAUTH_KEY
with your CometChatApp ID
,Region
andAuth Key
insrc/consts.js
file - Install dependencies and run the app
npm install
npm start