Two Session same time
Is possible create a session and later create another session maintaining the last session active?
I want create a classroom from a teacher, but a some time the teacher can create couples to practice.
I not want the people change the page, the student should stop listening to the teacher and start listening your couple, but the student always see shared screem the teacher.
Sure, this is possible in OpenVidu.
You just need to create 2 different sessions in your frontend. Whenever you want to stop receiving the teacher’s streams, simply unsubscribe the student from those streams (Session.unsubscribe). You can re-subscribe to them again by calling Session.subscribe.
Yeeeey!!!
Thank you, you don’t know the joy that makes me hear this. This will be my second project using OpenVidu, plan to donate in the future because it is a good project and always answered questions
1 Like
Glad to hear that