Hi,
I’m developing an online platform using Laravel. here we will have multiple teachers and multiple students.
so teachers can create multiple events [meetings] and can join students who accepted it. like
Teacher x → create event → have 20 students
Teacher y → create event → have 40 students
And we may have more meetings same time. so we can’t host all. teacher can host meeting and forward.
like that. but we don’t want to make this a meeting. it should be like a webinar. but if the teacher needs to talk with the student. The teacher can ask to unmute their mics. so by default, only teachers can stream so like a webinar.
I’m using the Laravel platform.
can anyone suggest what is the best way to forward with zoom and? what is the package which needs to purchase from zoom to continue with that?
