I am trying to create an e-learning system that supports virtual learning. My current task is to implement real-time conferencing to support virtual lesson conducting.
I have read and seen numerous videos of how to implement this. I found out that i could use webRTC and socket.io to implement this functionality. I have two questions about this.
- Will implementing webRTC allow 50 people or more to interact virtually without difficulty in video or audio connection(i am thinkiung of a lecturer conducting a class of 150 students).