惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Blog — PlanetScale
Blog — PlanetScale
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Vercel News
Vercel News
B
Blog
腾讯CDC
P
Proofpoint News Feed
Google DeepMind News
Google DeepMind News
N
Netflix TechBlog - Medium
L
LangChain Blog
F
Fortinet All Blogs
T
The Blog of Author Tim Ferriss
人人都是产品经理
人人都是产品经理
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
I
InfoQ
IT之家
IT之家
酷 壳 – CoolShell
酷 壳 – CoolShell
aimingoo的专栏
aimingoo的专栏
D
DataBreaches.Net
Stack Overflow Blog
Stack Overflow Blog
The Cloudflare Blog
Last Week in AI
Last Week in AI
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 三生石上(FineUI控件)
T
Tailwind CSS Blog

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
fix(google-meet): handle browser mic prompt · openclaw/op...
steipete · 2026-04-25 · via Recent Commits to openclaw:main

@@ -112,6 +112,8 @@ openclaw googlemeet join https://meet.google.com/new-abcd-xyz --transport chrome

112112

pinned Chrome node, opens `https://meet.google.com/new`, waits for Google to

113113

redirect to a real meeting-code URL, then returns that URL. This path requires

114114

the OpenClaw Chrome profile on the node to already be signed in to Google.

115+

Browser automation handles Meet's own first-run microphone prompt; that prompt

116+

is not treated as a Google login failure.

115117116118

The command output includes a `source` field (`api` or `browser`) so agents can

117119

explain which path was used.

@@ -271,11 +273,17 @@ phrase, and prints session health:

271273

openclaw googlemeet test-speech https://meet.google.com/abc-defg-hij

272274

```

273275274-

If the browser profile is not signed in, Meet is waiting for host admission, or

275-

Chrome needs microphone/camera permission, the join/test-speech result reports

276+

During join, OpenClaw browser automation fills the guest name, clicks Join/Ask

277+

to join, and accepts Meet's first-run "Use microphone" choice when that prompt

278+

appears. During browser-only meeting creation, it can also continue past the

279+

same prompt without microphone if Meet does not expose the use-microphone button.

280+

If the browser profile is not signed in, Meet is waiting for host

281+

admission, Chrome needs microphone/camera permission, or Meet is stuck on a

282+

prompt automation could not resolve, the join/test-speech result reports

276283

`manualActionRequired: true` with `manualActionReason` and

277-

`manualActionMessage`. Agents should stop retrying the join, report that message

278-

to the operator, and retry only after the manual browser action is complete.

284+

`manualActionMessage`. Agents should stop retrying the join, report that exact

285+

message plus the current `browserUrl`/`browserTitle`, and retry only after the

286+

manual browser action is complete.

279287280288

If `chromeNode.node` is omitted, OpenClaw auto-selects only when exactly one

281289

connected node advertises both `googlemeet.chrome` and browser control. If

@@ -784,9 +792,17 @@ Common manual actions:

784792785793

- Sign in to the Chrome profile.

786794

- Admit the guest from the Meet host account.

787-

- Grant Chrome microphone/camera permissions.

795+

- Grant Chrome microphone/camera permissions when Chrome's native permission

796+

prompt appears.

788797

- Close or repair a stuck Meet permission dialog.

789798799+

Do not report "not signed in" just because Meet shows "Do you want people to

800+

hear you in the meeting?" That is Meet's audio-choice interstitial; OpenClaw

801+

clicks **Use microphone** through browser automation when available and keeps

802+

waiting for the real meeting state. For create-only browser fallback, OpenClaw

803+

may click **Continue without microphone** because creating the URL does not need

804+

the realtime audio path.

805+790806

### Meeting creation fails

791807792808

`googlemeet create` first uses the Google Meet API `spaces.create` endpoint

@@ -803,6 +819,11 @@ to the pinned Chrome node browser. Confirm:

803819

`googlemeet.chrome`.

804820

- For browser fallback: the OpenClaw Chrome profile on that node is signed in

805821

to Google and can open `https://meet.google.com/new`.

822+

- For browser fallback: if Meet shows "Do you want people to hear you in the

823+

meeting?", leave the tab open. OpenClaw should click **Use microphone** or, for

824+

create-only fallback, **Continue without microphone** through browser

825+

automation and continue waiting for the generated Meet URL. If it cannot, the

826+

error should mention `meet-audio-choice-required`, not `google-login-required`.

806827807828

### Agent joins but does not talk

808829