Meet
The `hanzo meet` commands.
Also for this capability: API · CLI · MCP · SDKs
The virtual office: it decides who may join a room and mints the short-lived token that lets them in.
hanzo meet healthEvery command takes --json for the raw response and --help for its own flags. Sign in once with hanzo auth login; the commands below use that session, and the org they act in is the one it carries.
| Command | What it does |
|---|---|
hanzo meet getToken | Mint a join token for one video room |
hanzo meet health | Health reports whether the office can mint join tokens. |
hanzo meet session | What this caller may open a room in |
call
| Command | What it does |
|---|---|
hanzo meet call --workspace <workspace> --room <room> | Where a room's call happens |
record
| Command | What it does |
|---|---|
hanzo meet record clear --room <room> | Stop a room's recording |
hanzo meet record create --room <room> | Start recording a room, or return the recording already running |
hanzo meet record get --room <room> | What is being recorded in a room, and where the file goes |
How is this guide?