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
git clone https://github.com/rajguptaH/LiveChatMessageDotnetCore.git
"ConnectionStrings": {
"DefaultConnection": "Server=serverName;Database=databasename; User ID=username;Password=password;Trusted_Connection=True;MultipleActiveResultSets=true;TrustServerCertificate=True"
}
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