E-learning platform dev

Hello
my name is Giuseppe Ciani, web developer.
I am developing an e-learning platform, I would like to integrate my platform with the Zoom API to share real-time lessons with the authorized students.

Has anyone already developed something similar?

Thank U

Hey @urios,

This is possible with the Zoom API!

You can get started here.

Thanks,
Tommy

You should look at mod_zoom plugin for Joomla as an example of something similar.

Thanks Gagathos!

Let me know if you have any other questions Urios!

Sorry, I meant Moodle! Not Joomla

Thanks Gagathos. Here is the link to Moodle on our App Marketplace.

Hello
my platform already exists, developed in PHP and MySQL.
Registered users of my platform should be able to access online classes and view lessons in real-time via Zoom API.
I would like suggestions for structuring this functionality.

Thank u

Hey @urios,

I would recommend using the OAuth flow to authenticate your registered users, and then you can integrate the Zoom API to create / view lessons and more.

Thanks,
Tommy