File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments