docs: fix voicecall expose disable example

This commit is contained in:
Peter Steinberger
2026-02-22 20:58:28 +01:00
parent 0d4c806406
commit 3461dda880

View File

@@ -28,7 +28,7 @@ openclaw voicecall end --call-id <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.