How can i serve Class room use case with fix no of accounts?

Description
We want to integrate web SDK for our live classroom solution. only 5 classes can run parallelly.
We have a one to one classroom session use case where 5 teachers can teach 5 students at a time.
Teachers and student can change over time.
How can we serve with fix no of zoom accounts?
we can reuse one of the channels for a classroom but every time new student and a new teacher might join a session.
Do we need to have different account for different login?

Hey @kamal.mewada.nitt,

Let me know if my post here helps:

Thanks,
Tommy

The instructor can create and host the classes but the person who joins should also have 1 zoom user from the same account.
Suppose i am teacher/host and created a meeting.
The student has to join that meeting on our portal itself.
How to allocate 2 users dynamically at RUN time ?
We can not provide individual user accounts to each teacher and students as session happens once or twice a day so we can reuse the same user accounts for multiple sessions(multiple teacher/students).
I hope you got my problem?
We want to optimize cost by dynamic meeting creation between 2 users and there no re-scheduling of sessions.
The scenario is very straight forward and simple.
2 users any time can come on our web platform and have discussions. One has privilege to start meeting and another can only join.

Hey @kamal.mewada.nitt,

You can dynamically create / remove users using the custCreate user option.

Or another solution is for your students to use their own Zoom accounts and connect via OAuth to your application.

Let me know if you have additional questions! :slight_smile:

That way, you only have to manage the host accounts.

Thanks,
Tommy