feat(google-meet): add latest conference command

This commit is contained in:
Peter Steinberger
2026-04-25 08:04:29 +01:00
parent dfa52aaab0
commit 459d277076
6 changed files with 198 additions and 6 deletions

View File

@@ -638,6 +638,7 @@ 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 latest --meeting https://meet.google.com/abc-defg-hij
openclaw googlemeet artifacts --conference-record conferenceRecords/abc123 --json
openclaw googlemeet attendance --conference-record conferenceRecords/abc123 --json
```