From 86fa8eeb68c64eb0ae25e1eb8c6196061862a010 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Thu, 23 Apr 2026 20:33:01 -0700 Subject: [PATCH] docs: add Related to google-meet, fix Remote control title case --- docs/platforms/mac/remote.md | 2 +- docs/plugins/google-meet.md | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/platforms/mac/remote.md b/docs/platforms/mac/remote.md index a49a4343984..483f1fb8526 100644 --- a/docs/platforms/mac/remote.md +++ b/docs/platforms/mac/remote.md @@ -2,7 +2,7 @@ summary: "macOS app flow for controlling a remote OpenClaw gateway over SSH" read_when: - Setting up or debugging remote mac control -title: "Remote Control" +title: "Remote control" --- # Remote OpenClaw (macOS ⇄ remote host) diff --git a/docs/plugins/google-meet.md b/docs/plugins/google-meet.md index a529ce1ba5e..7bcf8c42ae5 100644 --- a/docs/plugins/google-meet.md +++ b/docs/plugins/google-meet.md @@ -3,7 +3,7 @@ summary: "Google Meet plugin: join explicit Meet URLs through Chrome or Twilio w read_when: - You want an OpenClaw agent to join a Google Meet call - You are configuring Chrome or Twilio as a Google Meet transport -title: "Google Meet Plugin" +title: "Google Meet plugin" --- # Google Meet (plugin) @@ -312,3 +312,9 @@ BlackHole device can echo other participants back into the call. `googlemeet leave` stops the command-pair realtime audio bridge for Chrome sessions. For Twilio sessions delegated through the Voice Call plugin, it also hangs up the underlying voice call. + +## Related + +- [Voice call plugin](/plugins/voice-call) +- [Talk mode](/nodes/talk) +- [Building plugins](/plugins/building-plugins)