It is possible for voice channels to have infinite users.
It is not clear what it means to have a channel with possibly unlimited participants in a matchmaking context.
Assuming we want to avoid having these kinds of channels and we want to automate this checks, we have several options:
- We can either check for this property when we try to add these channels.
- We can execute a CRON job or something that will clean up these channels regularly.
- We can just warn the admin when attempting to add such channels. I don't think this will work perfectly because channels max members can be changed at any time.
It is possible for voice channels to have infinite users.
It is not clear what it means to have a channel with possibly unlimited participants in a matchmaking context.
Assuming we want to avoid having these kinds of channels and we want to automate this checks, we have several options: