Zoom Meeting Integration .Net core 7.0 + Full Source Code
Version v2.0
Introduction
Complete integration with zoom meeting application with saving log data and meetings in database, so you can easily add this amazing feature to your application.
This web based application is developed on .Net core 7.0 using ASP.Net Core, C#, Entity framework core, JavaScript, jQuery, JSON, Bootstrap, HTML, CSS and SQL Server.
Framework: .Net Core 7.0
Features :
Quick Start Guide
How to Generate Database Tables
How to configure Zoom Api
Enter Zoom APi Developer URL https://marketplace.zoom.us/develop/create and in JWT Section click [Create] , complete the data and copy ApiKey and ApiSecret and past them in appsetting.json file in project [ZoomIntegration.Web] , also write your email in appsetting.json file
Json object will be like this :-
“ZoomConfig”: {
“HostEmail”: “write your email here”,
“ApiKey”: “write your api key here”,
“ApiSecret”: “write your api secret here”
}
How To Use