Skip to content

Need to check for voice channels with unbounded members #11

@hbina

Description

@hbina

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:

  1. We can either check for this property when we try to add these channels.
  2. We can execute a CRON job or something that will clean up these channels regularly.
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions