-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a room size cap #95
Comments
after discussions it sounded like a more conservative value may be beneficial for initial launch. iirc 12 sounded like the most mutually agreed upon value as balancing usefulness vs mitigating concerns about too many people in a room at once. |
Lets do 12. I believe this should be an SFU API enhancement so assigned to you @mquander -- feel free to kick back to me if you believe a client-oriented approach is the right move if the server based approach is too involved. The cap can be a soft cap, we basically just want to make it so if a link is posted to a public internet and is flooded it will eventually converge to not allowing more people in. |
This is fine. I'll implement it as a response to the "join" message to Janus. |
Cool, I can do the client side work for this. @mquander just let me know when its up and what response to expect, then assign the issue to me. |
We should limit room capacity to some reasonable amount. (Proposal: 100)
Unsure if this should be server or client enforced.
The text was updated successfully, but these errors were encountered: