docs: document Meet node command allowlist · openclaw/openclaw@b0d2003
steipete
·
2026-04-24
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -169,6 +169,11 @@ Route Meet through that node on the Gateway host:
|
169 | 169 | |
170 | 170 | ```json5 |
171 | 171 | { |
| 172 | + gateway: { |
| 173 | + nodes: { |
| 174 | + allowCommands: ["googlemeet.chrome"], |
| 175 | + }, |
| 176 | + }, |
172 | 177 | plugins: { |
173 | 178 | entries: { |
174 | 179 | "google-meet": { |
@@ -201,7 +206,8 @@ Common failure checks:
|
201 | 206 | |
202 | 207 | - `No connected Google Meet-capable node`: start `openclaw node run` in the VM, |
203 | 208 | 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"]`. |
205 | 211 | - `BlackHole 2ch audio device not found on the node`: install `blackhole-2ch` |
206 | 212 | in the VM and reboot the VM. |
207 | 213 | - Chrome opens but cannot join: sign in to Chrome inside the VM and confirm that |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。