ws_add_rooms
Add WebSocket room and channel management with presence tracking and broadcasting. Define room types, set max connections, and enable user presence.
Instructions
Pro: Add room/channel management with presence tracking and broadcasting
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| room_types | Yes | Types of rooms to support (e.g. 'chat', 'game-lobby', 'dashboard') | |
| max_per_room | No | Maximum connections per room | |
| include_presence | No | Whether to track user presence in rooms |