Skip to content

Live Call & Chat Integration In Dotnet Core With Identity

Notifications You must be signed in to change notification settings

rajguptaH/LiveChatMessageDotnetCore

Repository files navigation

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

git clone https://github.com/rajguptaH/LiveChatMessageDotnetCore.git

Modify Connection strings in AppSettings.Json

"ConnectionStrings": {
  "DefaultConnection": "Server=serverName;Database=databasename; User ID=username;Password=password;Trusted_Connection=True;MultipleActiveResultSets=true;TrustServerCertificate=True"
}

Now Run Migrations

cd path/to/LiveCallMessageDotnetCore.Data
dotnet ef database update

Now Make account on ComentChat

After That Create a Widget There and Open Views/Home/Index.cshtml and put your cometchat credentials

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

.................................
      ..........................
               ...............
                "widgetID": "widgetid"
</script>

Yo. Enjoy..... Raj Narayan Gupta

About

Live Call & Chat Integration In Dotnet Core With Identity

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published