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,REGIONandAUTH_KEYwith your CometChatApp ID,RegionandAuth Keyinsrc/consts.jsfile - Install dependencies and run the app
npm install
npm start
