Removed from a chat room
wss room_removed on user_rooms:{userId}
Notifies you when you are removed from a chat room. Use this to clean up your room list and leave associated channels.
When It Fires
- Another user removes you from a chat room
- You are removed as part of a room cleanup
What to Do
- Remove the room from your local room list
- Leave the
chat_room:{roomId}androom_participants:{roomId}channels if joined - Clean up any local state for this room
Authentication
Subscribe to the WebSocket with user credentials. See Authentication for connection details.
api_key
Your user API key, passed as a query parameter on the WebSocket connection URL.
Payload
id
Chat room UUID.
title
Room title.
task_id
Associated task UUID. Null if the room is not linked to a task.
inserted_at
Room creation timestamp.
updated_at
Room last update timestamp.