memory_join_room
Join a shared memory room with an invite code (mnvr_...). The returned address serves as the domain for reading and writing shared memories.
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_...). |