From 3461dda880e752c8e2ab92a7ca66ab719e78750c Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 22 Feb 2026 20:58:28 +0100 Subject: [PATCH] docs: fix voicecall expose disable example --- docs/cli/voicecall.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli/voicecall.md b/docs/cli/voicecall.md index 52da8d9635b..7e62ff0589e 100644 --- a/docs/cli/voicecall.md +++ b/docs/cli/voicecall.md @@ -28,7 +28,7 @@ openclaw voicecall end --call-id ```bash openclaw voicecall expose --mode serve openclaw voicecall expose --mode funnel -openclaw voicecall unexpose +openclaw voicecall expose --mode off ``` Security note: only expose the webhook endpoint to networks you trust. Prefer Tailscale Serve over Funnel when possible.