We use a janus-based web-app called Jangouts[1] and we hold meetings with up to 20 participants every day with no hassle (even several big meetings concurrently in the same server).
Of course, the bitrate of the room is quite low, which helps not only with the bandwidth but also saving CPU when rendering the videos in the browser. 64Kbps is enough to have a conversation (take into account that most Firefox browsers would ignore that limit by default and transmit to 200Kbps unless configured otherwise).
Anyways, Jangouts have a mode to "disable video thumbnails" that saves a lot of CPU because it only renders the video of the person who is speaking (silent participants are visualized as a constant stream of pictures, enough to know if they are still alive).
So definitely it's not a Janus limit, it's just a matter of balancing the bitrate of the videos, the number of videos and the CPU power of the clients.
Cheers
[1]
https://github.com/jangouts/jangouts/