Join a room
join_roomJoin an existing room with its id to access shared chat history and continue conversations across machines or sessions.
Instructions
Connect this chat to an existing room using the id from create_room. The history is replayed, so a late arrival still sees everything. Say something once you are in — a chat that joins and then goes quiet is indistinguishable from one that never arrived — and then wait for the other side. Anyone in a room can also delete it, so the id carries full control, not just read access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| roomId | Yes | The room id, as returned by create_room. | |
| sender | No | How to label this chat in the room. |