You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CometChat SDK is a robust toolkit that developers can utilize to swiftly incorporate a reliable and fully-featured chat functionality into an existing or new application. It removes the complexity of building a chat infrastructure from scratch, thus accelerating the development process and reducing time to market.
6
7
7
-
CometChat enables you to add voice, video & text chat for your website & app.
8
-
This guide demonstrates how to add chat to a WebSite using CometChat.
8
+
## Prerequisites
9
+
-[`Visual Studio Code`](https://code.visualstudio.com/) or any other code editor
10
+
-[`npm`](https://www.npmjs.com/get-npm)
9
11
10
12
11
-
## Prerequisites :star:
12
-
Before you begin, ensure you have met the following requirements:<br/>
13
-
✅ You have [`Visual Studio Code`](https://code.visualstudio.com/) or any other code editor installed in your machine.<br/>
14
-
✅ You have [`npm`](https://www.npmjs.com/get-npm) installed in your machine.<br/>
15
-
✅ You have read [CometChat Key Concepts](https://prodocs.cometchat.com/docs/concepts).<br/>
16
-
17
-
<hr/>
18
-
19
-
## Installing CometChat Javascript SDK
20
-
## Setup :wrench:
21
-
22
-
To setup Javascript SDK, you need to first register on CometChat Dashboard. [Click here to sign up](https://app.cometchat.com/login).
23
-
24
-
### i. Get your Application Keys :key:
25
-
26
-
<ahref="https://app.cometchat.io"target="_blank">Signup for CometChat</a> and then:
27
-
28
-
1. Create a new app: Click **Add App** option available → Enter App Name & other information → Create App
29
-
2. At the Top in **QuickStart** section you will find **Auth Key** & **App ID** or else you can head over to the **API & Auth Keys** section and note the **Auth Key** and **App ID**
To set up Javascript SDK and utilize CometChat for your chat and calls functionality, you'll need to follow these steps:
16
+
- Register at the [CometChat Dashboard](https://app.cometchat.com/) to create an account.
17
+
- After registering, log into your CometChat account and create a new app. Once created, CometChat will generate an Auth Key and App ID for you. Keep these credentials secure as you'll need them later.
18
+
- Check the [key concepts](https://cometchat.com/docs/sdk/javascript/key-concepts) to understand the basic components of CometChat.
19
+
- Refer to the [Integration Steps](https://cometchat.com/docs/sdk/javascript/setup) in our documentation to integrate the SDK into your app.
133
20
134
21
## Help and Support
135
-
For issues running the project or integrating with our UI Kits, consult our [documentation](https://www.cometchat.com/docs/javascript-chat-sdk/overview) or create a [support ticket](https://help.cometchat.com/hc/en-us) or seek real-time support via the [CometChat Dashboard](https://app.cometchat.com/).
22
+
For issues running the project or integrating with our SDK, consult our [documentation](https://www.cometchat.com/docs/sdk/javascript/overview) or create a [support ticket](https://help.cometchat.com/hc/en-us) or seek real-time support via the [CometChat Dashboard](https://app.cometchat.com/).
0 commit comments