28 comments found.
I cant download the 7.0 update I’m still getting the 3.1 net core
please check again after 3 or 4 hours , i have uploaded a new version
does it manage localization? I need it in Italian and English
Yes, find the localization project and add a new resource files in italy
Hi,
Thank you for putting this together. Very clean code and easy to follow. Once question/requirement i have. It looks like Zoom deprecated the api key and secret key in favor of server-to-server oAuth. Are you planning on supporting the new oAuth feature? or can you do it for an extra cost?
You can contact me directly at moe799@gmail.com
hello friend , i will do it soon .
Hi regarding this purchase
could not proceed with database migration. can you please provide a clear guide , I flowed the steps given, but it does not work
Couple of points: 1) A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 – Could not open a connection to SQL Server). 2) Can we integrate ‘get /past_meetings/{meetingId}/participants” API also?
Hello, When I am running the code (application) it is showing me the error “access token is expired”. Can you please help me to get this resolved?
Please check database connection string
DB issue is resolved. Thanks, When I am running the code (application) it is showing me the error “access token is expired”. Can you please help me to get this resolved?
Did you create your own access token from zoom website?
Yes, I have created it. I have Pro account on zoom.
Hi, can this item be used in a multi-tenant CRM, in a way where all tenants can use their zoom meeting capabilities?
Hi, Can we get list of users who attended a meeting/broadcast and their joining time?
no it’s not developed but you can do it easily , the code is clean and you can add any feature easily
If you can share sample code for api call to get list of users who attended the broadcast; I will buy your item.
really i don’t know if there is endpoint in zoom api to get such information , but i believe that you can do it manually
Hi! Can you share a working demo?
This item does not have a demo Please follow the steps in the details page
hello, can different users open multiple meetings at the same time?
yes
I just purchased the zoom meeting integration product. I could not create the database as per your instruction. following error is giving: Unable to create an object of type ‘ZoomDbContext’. For the different patterns supported at design time, see https://go.microsoft.com/fwlink/?linkid=851728
can you please send me the database .bak file or any mssql srcipt file?
Thanks
you don’t need sql script since the application is using code first approach , all you need is to run EF commands
Quick Start Guide
How to Generate Database Tables
Open [Package manager console] and in the [Default project] list .. select [SampleApplication.Persistance] project Write the below commands add-migration sampleApp -context SampleAppDbContext update-database -context SampleAppDbContext Open [Package manager console] and in the [Default project] list .. select [Zoom.Persistance] project Write the below commands add-migration zoom -context ZoomDbContext update-database -context ZoomDbContext Congratulations , just run the project .
you can find the commands well formated in the item details page
https://codecanyon.net/item/zoom-meeting-integration-net-core-31-full-source-code/28522963under the title [How to Generate Database Tables]
I resolve the problem. Now its running. Thanks
you are welcome
When user starts meeting by clicking “join meeting link” is the meeting embedded within the current application so that the look and feel is consistent with the application ? can you post a screehshot of a meeting in progress?
no , it will open zoom application itself , not inside the web application
Can we create zoom webinars ?
yes , you can create meeting with many participants
@afmelwekeel but meeting and webinars are two different things in zoom right? so we can manage the webinars and other features with this plugin right? Is this plugin based on Zoom SDK or Zoom JWT token
no , i don’t know the difference , i thought that they are same
Buenas tardes, tengo un error, el sistema me permite crear la sesión pero no me despliega el listado de de las salas Error Linea 50 var t = Type.GetType($”{resourceTypeFullName}, {assemblyName}”);
Archivo ResxConverter.cs
good morning , did you create ApiKey and ApiSecret ?
SI , ya tengo esos dos datos en el appsettings.json
error en var rm = new ResourceManager(resourceTypeFullName, t.Assembly);
Archivo ResxConverter.cs
are you able to build the solution ?
si esta esta compilado, la aplicación si me guarda las sesiones de zoom pero no visualizo las sesiones guardadas, me salta el error especificado en las líneas anteriormente mencionadas.
try to delete this line from startup class UseHttpsRedirection
the same problem ; Object reference not set to an instance of an object in this line rm = new ResourceManager(resourceTypeFullName, t.Assembly); Archivo ResxConverter.cs
I have buy this sample and I have some questions :- 1- how many users can join the meeting? 2- what is the duration of meeting and how to change it? 3- what is the start date of meeting used for?
regarding the number of meeting participants and duration it depends on if you have license or not , so if you have no license so the duration is 45 minutes , and the number of participants [i really don’t know but you can read Zoom app documentation on their website]
what is the start date of meeting used for ? to schedule the meeting
dear devsupport,
we have purchased Zoom Meeting Integration .Net core 3.1 + Full Source Code with account Naba.info@Nabasoft.com
and we would like to make small change we need to make MeetingHost/LiveClasses
with the same join url with personal id that we launch zoom by it
for example we need to make multiple groupe or multiple room on the fixed url
This is the fixed url https://zoom.us/j/mypersonal id And already launched .We want to log meetings with the fixed url above but with multiple Groups or rooms .Can we do this modification?Fixed everything now and fully integrated with my app.
The issue was caused due to my content management app which was interfering with zoom integration associated script.
Finally rearranged the configure services and fixed the issue.
And to end the meeting I was clicking the tv icon rather than end the meeting work that’s why 0 id was picked always .
Thanks for ur app
This the id is zero even with your application exactly as it is
OnPostEndMeeting(int id) why is this method always getting id 0 and the meeting fails to end?????
Please help
Hi I have a web application in .net core 3.1 I have added the project ref to Common.Localisation, Crosscutting, SampleApplication.Application , SampleApplication.Application.DependencyInjection, Sampleapplication.localisation, Zoom.Application, Zoom.Application.DependencyInjection but all of them shows ! yellow exclamation in the project ref. Why is this happening ?
iam sorry i can’t get it , why did you add a project ref of web application to project [Common.Localization] ?
Thanks for your reply and your being very responsive . I figured it and fixed the issue . If I am struck again for any other reason I shall contact you.
Hi I have integrated your app with my 3.1 .net core web app. I copied all your pages and code from ZoomIntergration.Web and incorporated into my project . Creating a meeting works.
However the list of previous meetings are not listed . $liveClassResources. is not defined error shows during run time . The file /Globalization/Resources/v1.1/SampleApplication.Localization/SampleApplication.Localization.LiveClassResources.LiveClassResources/@CultureHelper.CurrentCultureName/javascript/ is also not generated during run time .
Please help me , I am not sure where I am going wrong.
My problem is <script type=”text/javascript” src=”/Globalization/Resources/v1.1/SampleApplication.Localization/SampleApplication.Localization.LiveClassResources.LiveClassResources/@CultureHelper.CurrentCultureName/javascript/”></script>
Is not loading when my application runs. How does that script generated ?
I was able to replicate the same issue in your app when I commented the above line in MeetingMember/Pages/LiveClasses/Index
you must take projects from folder [Common]
I have already added Common.Localisation project from Common folder into my project reference even before I could see your message . Please help with further advise
Fixed myself
According to zoom meeting integration .NET core application I have Some Questions
does the source code of Application include some dlls that will be expired after Period of time
What do you mean of Save Meetings data. does it means that the app can save the video meeting or save users data only
please explain what is the data saved that has been logged
what about technical support after sales
does the source code of Application include some dlls that will be expired after Period of time… No
What do you mean of Save Meetings data. does it means that the app can save the video meeting or save users data only… Save the meeting data like title and time
please explain what is the data saved that has been logged… Request and response data
what about technical support after sales… I will support you after buying
Does App support recording audio and video meeting to cloud??
Wep app will open zoom application, after that you will use zoom with its features, and recording will save records in your machine
what I mean does the web app allow automatically saving recorded video or capture recorded video to save it to my server????
the recorded video will be saved on the machine of the host person not the server