[desktop] 🤖 fix: allow approved remote microphone access - #4108
Conversation
Require native consent for audio-only requests from active remote app windows. Cancel stale permission requests and preserve remote session isolation. --- _Generated with `xum` • Model: `openai:gpt-6-astra` • Thinking: `high` • Cost: `$9.10`_ <!-- mux-attribution: model=openai:gpt-6-astra thinking=high costs=9.10 -->
|
@codex review |
This comment has been minimized.
This comment has been minimized.
|
Codex Review: Didn't find any major issues. 🎉 Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Require focus before a request, then recheck connection and document identity after approval. --- _Generated with `xum` • Model: `openai:gpt-6-astra` • Thinking: `high` • Cost: `$9.10`_ <!-- mux-attribution: model=openai:gpt-6-astra thinking=high costs=9.10 -->
|
@codex review |
|
Codex Review: Didn't find any major issues. 👍 Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Summary
Allow user-approved microphone access from active remote Electron app windows.
Background
This follows #4101, which now exists on
main. Voice input continues to use browsergetUserMedia({ audio: true }).Remote pages receive no privileged local APIs.
Risks
Native microphone access depends on OS privacy settings. Permission denial does not persist in Xum, so users can retry.
Generated with
xum• Model:openai:gpt-6-astra• Thinking:high• Cost:$9.10