An open API service indexing awesome lists of open source software.

https://github.com/rajguptah/livechatmessagedotnetcore

Live Call & Chat Integration In Dotnet Core With Identity
https://github.com/rajguptah/livechatmessagedotnetcore

authentication call chat cometchat cometchatdotnet entitycore identity

Last synced: over 1 year ago
JSON representation

Live Call & Chat Integration In Dotnet Core With Identity

Awesome Lists containing this project

README

          

# LiveChatMessageDotnetCore
Live Chat & Call Web App With Login/Signup Using CometChat

I have used Widget's in this WebApp
This project is based on Dotnet Core 7.0
# clone this project
```cmd
git clone https://github.com/rajguptaH/LiveChatMessageDotnetCore.git
```
# Modify Connection strings in AppSettings.Json
```json
"ConnectionStrings": {
"DefaultConnection": "Server=serverName;Database=databasename; User ID=username;Password=password;Trusted_Connection=True;MultipleActiveResultSets=true;TrustServerCertificate=True"
}
```
# Now Run Migrations
```cmd
cd path/to/LiveCallMessageDotnetCore.Data
dotnet ef database update
```
# Now Make account on [ComentChat](https://www.cometchat.com/)
# After That Create a Widget There and Open Views/Home/Index.cshtml and put your cometchat credentials
```cshtml

.........................
"appID": "appId",
"appRegion": "app-region",
"authKey": "authkey"
............................

.................................
..........................
...............
"widgetID": "widgetid"

```
Yo. Enjoy.....
[Raj Narayan Gupta](https://rajnarayangupta.netlify.app)