What is the best way to integrate Zoom meeting into an E-Learning platform?
Scenario:
I am building an e-learning web application that seems like an LMS system. There are 2 types of users in my application who use the meeting feature: teachers and students. The application will create a Zoom room and generate this room’s link that is bonded to a button, then the teacher will be the host of the room when clicks that button to access this room, students will be members. My app has about 400 teachers and 7300 students, so It has to handle 80 meetings a day. A meeting just has 3 or 4 participants. At the same time, there are about 70 meetings happening simultaneously and every meeting is hosted by a teacher. I need all the meetings not to be limited to a 40-minute duration and all the meeting is recorded automatically.
Assume that teachers and students do not have Zoom accounts set up, and users do not need to enter credentials to join the meeting. They just need to log to my application and click a button to access to Zoom room
Problem:
I’ve researched the Zoom document, so I need to add 400 teachers to the application’s account as licensed users to avoid the limited duration of meeting. By that, I need to purchase a business package, however, a business package has some features that my application does not need.
Questions:
- What is the most efficient way to implement the feature I mentioned above?
- Which Zoom’s plans (Basic, Pro, Business) do I need for my application? Any advice on moving forward with this topic would be really helpful.
Thank you for helping me,
Nguyen Son