memory_join_room
Join a shared memory room by entering an invite code starting with mnvr_. After joining, use the returned address as the domain for reading and writing memory in that room.
Instructions
Join a shared memory room using an invite code (starts with 'mnvr_'). Use when the user pastes an invite code or says something like 'join room with code ...'. After joining, use the returned address as the domain on memory_write/memory_read to read and write the shared room.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The invite code (mnvr_...). |