Skip to content

Commit b0d2003

Browse files
committed
docs: document Meet node command allowlist
1 parent 99d8f69 commit b0d2003

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

docs/plugins/google-meet.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,11 @@ Route Meet through that node on the Gateway host:
169169

170170
```json5
171171
{
172+
gateway: {
173+
nodes: {
174+
allowCommands: ["googlemeet.chrome"],
175+
},
176+
},
172177
plugins: {
173178
entries: {
174179
"google-meet": {
@@ -201,7 +206,8 @@ Common failure checks:
201206

202207
- `No connected Google Meet-capable node`: start `openclaw node run` in the VM,
203208
approve pairing, and make sure `openclaw plugins enable google-meet` was run
204-
in the VM.
209+
in the VM. Also confirm the Gateway host allows the node command with
210+
`gateway.nodes.allowCommands: ["googlemeet.chrome"]`.
205211
- `BlackHole 2ch audio device not found on the node`: install `blackhole-2ch`
206212
in the VM and reboot the VM.
207213
- Chrome opens but cannot join: sign in to Chrome inside the VM and confirm that

0 commit comments

Comments
 (0)