chore(sync): mirror docs from openclaw/openclaw@1752b15a21

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-25 06:38:31 +00:00
parent 1c360a854f
commit 789978e50d
2 changed files with 23 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "209d50b52c67bc8bf8a115a48d564005fd585aa4",
"syncedAt": "2026-04-25T06:32:30.902Z"
"sha": "1752b15a21fb99c7a8004d24705f5109d659fcd7",
"syncedAt": "2026-04-25T06:37:07.673Z"
}

View File

@ -480,6 +480,27 @@ Run preflight before media work:
openclaw googlemeet preflight --meeting https://meet.google.com/abc-defg-hij
```
List meeting artifacts and attendance after Meet has created conference records:
```bash
openclaw googlemeet artifacts --meeting https://meet.google.com/abc-defg-hij
openclaw googlemeet attendance --meeting https://meet.google.com/abc-defg-hij
```
If you already know the conference record id, address it directly:
```bash
openclaw googlemeet artifacts --conference-record conferenceRecords/abc123 --json
openclaw googlemeet attendance --conference-record conferenceRecords/abc123 --json
```
`artifacts` returns conference record metadata plus participant, recording,
transcript, and smart-note resource metadata when Google exposes it for the
meeting. `attendance` expands participants into participant-session rows with
join/leave timestamps. These commands use the Meet REST API only; transcript or
smart-note document body download is intentionally out of scope because that
requires separate Google Docs/Drive access.
Create a fresh Meet space:
```bash