Integrate Zoom SDK with asp.net mvc

I am trying to integrate Zoom SDK with asp.net mvc.

I am trying to create mvc form which will replace (index.html) from zoom, with Meeting number, Password fields and on join it should open zoom meeting.

Is it possible to achieve this with asp.net mvc? and if yes how can i do that.

thanks
Vivek

Hey @vivek.muqueshrai,

Yes, as long as you have a JavaScript file to run the Web SDK code, and the required dependencies included.

Thanks,
Tommy

Hi @tommy thanks for your reply, I have now created mvc app and i am using cdn method, so i got one folder in which i have got all the zoom files (index.js, meeting.js) etc. but now the issue is how do i compile those js files, because previously when i had packages installed locally and when i use to run node cmd with ‘npm run start’ it use to be in watch mode and compile everything but now its not doing it. pls advice me on how should i compile those zoom files(js and html)files.

Hey @vivek.muqueshrai,

Can share a github repo with the issue so I can help debug it? Make sure to exclude any sensitive information like API Keys and meeting IDs.

Thanks,
Tommy

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.