From c6421136f98c2c1b2105446f62e2915cd210e1fe Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Thu, 18 Dec 2025 08:20:11 +0000 Subject: [PATCH] Docs: use canvas.* invoke namespace --- docs/camera.md | 4 ++-- docs/ios/connect.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/camera.md b/docs/camera.md index 9157c2b8b..900e4e6e7 100644 --- a/docs/camera.md +++ b/docs/camera.md @@ -50,7 +50,7 @@ All camera access is gated behind **user-controlled settings**. ### Foreground requirement -Like `screen.*`, the iOS node only allows `camera.*` commands in the **foreground**. Background invocations return `NODE_BACKGROUND_UNAVAILABLE`. +Like `canvas.*`, the iOS node only allows `camera.*` commands in the **foreground**. Background invocations return `NODE_BACKGROUND_UNAVAILABLE`. ### CLI helper (temp files + MEDIA) @@ -87,7 +87,7 @@ If permissions are denied, `camera.*` requests fail with a `*_PERMISSION_REQUIRE ### Foreground requirement -Like `screen.*`, the Android node only allows `camera.*` commands in the **foreground**. Background invocations return `NODE_BACKGROUND_UNAVAILABLE`. +Like `canvas.*`, the Android node only allows `camera.*` commands in the **foreground**. Background invocations return `NODE_BACKGROUND_UNAVAILABLE`. ## macOS app diff --git a/docs/ios/connect.md b/docs/ios/connect.md index 0f3f30c01..13804077a 100644 --- a/docs/ios/connect.md +++ b/docs/ios/connect.md @@ -141,7 +141,7 @@ The response includes `base64` PNG data (for debugging/verification). ## Common gotchas -- **iOS in background:** all `screen.*` commands fail fast with `NODE_BACKGROUND_UNAVAILABLE` (bring Iris to foreground). +- **iOS in background:** all `canvas.*` commands fail fast with `NODE_BACKGROUND_UNAVAILABLE` (bring Iris to foreground). - **mDNS blocked:** some networks block multicast; use a different LAN or plan a tailnet-capable bridge (see `docs/discovery.md`). - **Wrong node selector:** `--node` can be the node id (UUID), display name (e.g. `iOS Node`), IP, or an unambiguous prefix. If it’s ambiguous, the CLI will tell you. - **Stale pairing / Keychain cleared:** if the pairing token is missing (or iOS Keychain was wiped), Iris must pair again; approve a new pending request.