-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Add a feature to allow creators (or system) to define a maximum number of participants per chat room. This will enforce a cap on how many users can join a room simultaneously.
Goals
- Allow the room to have a capacity value (e.g. 2, 5, 10 users)
- Store and check the capacity when someone attempts to join
- Deny new WebSocket connections if the room is full
- Send a proper system message like:
- "Room is full. You cannot join."
- Show current member count on the UI (e.g., 3/5 users)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request