join_room
Join an existing Excalidraw live-collaboration room from its link to load the current scene, using a connected peer or the room's saved copy when no one else is present.
Instructions
Join an existing excalidraw.com live-collaboration room from its link (the URL with #room=,). Loads the current scene from a connected peer, or from the room's persisted copy if nobody else is present.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link | Yes | Collaboration link, e.g. https://excalidraw.com/#room=abc...,key... | |
| origin | No | Origin header to present to the relay. Defaults to https://excalidraw.com, which the public relay requires. | |
| serverUrl | No | Relay URL. Defaults to excalidraw.com's public relay. |