chore(sync): mirror docs from openclaw/openclaw@272bd59e7a

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-24 02:08:09 +00:00
parent c4a6ac8267
commit 52ddd44a63
2 changed files with 53 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "0c9659b70cb6775f842c8add0656c2d40766a221",
"syncedAt": "2026-04-24T02:04:26.166Z"
"sha": "272bd59e7a8a4d6ef6e03b9bdc1068a02986d56e",
"syncedAt": "2026-04-24T02:06:35.111Z"
}

View File

@ -23,6 +23,57 @@ The plugin is explicit by design:
- The CLI command is `googlemeet`; `meet` is reserved for broader agent
teleconference workflows.
## Quick start
Install the local audio dependencies and make sure the realtime provider can use
OpenAI:
```bash
brew install blackhole-2ch sox
export OPENAI_API_KEY=sk-...
```
Enable the plugin:
```json5
{
plugins: {
entries: {
"google-meet": {
enabled: true,
config: {},
},
},
},
}
```
Check setup:
```bash
openclaw googlemeet setup
```
Join a meeting:
```bash
openclaw googlemeet join https://meet.google.com/abc-defg-hij
```
Or let an agent join through the `google_meet` tool:
```json
{
"action": "join",
"url": "https://meet.google.com/abc-defg-hij"
}
```
Chrome joins as the signed-in Chrome profile. In Meet, pick `BlackHole 2ch` for
the microphone/speaker path used by OpenClaw. For clean duplex audio, use
separate virtual devices or a Loopback-style graph; a single BlackHole device is
enough for a first smoke test but can echo.
## Transports
### Chrome