Audio getting break when 8+ users joins in a room

Hi, please anyone help me when 8+ users joins a call then the audio gets break when we try to rejoin then its working fine again , when i checked the top in my system pulseaudio was consuming 100% cpu.

Please provide more information on this. Doesn’t seem like a mediasoup issue. We run 25+ participants using audio.
Additionally you can also check scores in mediasoup for both the producer and the consumer. That should help

That’s congestion, either by CPU throttling or by bandwidth having packet-loss issues. You can in theory host as many audio and/or video streams as you’d like but at the cost of possibly destroying clients performance.

Check your code if both above are not an issue and your HTOP/Traceroute prove it.