Hello,
I am working with an online academy that has more than 700 students.
We are planning to build a custom learning platform, and we are considering integrating Zoom into our system.
I would like to understand the following clearly:
-
Can we use Zoom Meeting SDK to allow students to join meetings directly inside our website (without sharing Zoom links externally)?
-
Can meetings be scheduled through API, and can we send automated reminders (e.g., 1 hour before the session)?
-
Can recordings be started automatically without requiring the teacher to manually click “record”?
-
Is it possible to access cloud recordings via API and display them inside our platform for admin review?
-
Can we track attendance automatically when a student joins the session through our platform?
-
Is it possible to track how long each student stayed in the session, to prevent attendance manipulation?
-
What is the best recommended architecture for building a system like this:
-
LMS (learning platform)
-
Zoom integration
-
Attendance tracking
-
Recording management
-
-
Do you recommend using Meeting SDK or Video SDK for this type of educational platform?
Thank you