chore(sync): mirror docs from openclaw/openclaw@f94d970cee
This commit is contained in:
parent
9aee91b32e
commit
f8b9ddf26c
@ -1,5 +1,5 @@
|
||||
{
|
||||
"repository": "openclaw/openclaw",
|
||||
"sha": "cab86dc32541a664b8048f62bd47a0ada294fc41",
|
||||
"syncedAt": "2026-04-30T01:24:43.643Z"
|
||||
"sha": "f94d970cee3f2fadeaf307f6c12d60093cec21c4",
|
||||
"syncedAt": "2026-04-30T01:47:07.724Z"
|
||||
}
|
||||
|
||||
@ -166,7 +166,10 @@ health such as `inCall`, `manualActionRequired`, `providerConnected`,
|
||||
timestamps, byte counters, and bridge closed state. If a safe Meet page prompt
|
||||
appears, browser automation handles it when it can. Login, host admission, and
|
||||
browser/OS permission prompts are reported as manual action with a reason and
|
||||
message for the agent to relay.
|
||||
message for the agent to relay. Managed Chrome sessions only emit the intro or
|
||||
test phrase after browser health reports `inCall: true`; otherwise status reports
|
||||
`speechReady: false` and the speech attempt is blocked instead of pretending the
|
||||
agent spoke into the meeting.
|
||||
|
||||
Local Chrome joins through the signed-in OpenClaw browser profile. Realtime mode
|
||||
requires `BlackHole 2ch` for the microphone/speaker path used by OpenClaw. For
|
||||
@ -1006,6 +1009,9 @@ a session ended.
|
||||
- `manualActionRequired` / `manualActionReason` / `manualActionMessage`: the
|
||||
browser profile needs manual login, Meet host admission, permissions, or
|
||||
browser-control repair before speech can work
|
||||
- `speechReady` / `speechBlockedReason` / `speechBlockedMessage`: whether
|
||||
managed Chrome speech is allowed now. `speechReady: false` means OpenClaw did
|
||||
not send the intro/test phrase into the audio bridge.
|
||||
- `providerConnected` / `realtimeReady`: realtime voice bridge state
|
||||
- `lastInputAt` / `lastOutputAt`: last audio seen from or sent to the bridge
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user