Commit graph

3 commits

Author SHA1 Message Date
Bruno Deanoz
e5690b2caa fix Live Call: show error details instead of infinite "Verbinde..."
Error events from the WS server were silently swallowed — the onError
handler was empty and provider_error didn't trigger endCall. Now:
errors display in the overlay subtitle and loadError banner, and
provider_error is treated as terminal (ends the call).
2026-06-24 12:34:59 +02:00
Bruno Deanoz
da3eded81e Remove temporary bug screenshots + ignore bugs/ dir 2026-06-24 03:27:53 +02:00
Bruno Deanoz
ff66b80966 Wire Live Call end-to-end: turn persistence, model check, permission
Turn persistence: onTurnEnd handler creates conversation if needed,
adds user + assistant messages to UI list, caches in Room. Server
already persists via WS-Server — app only needs local state sync.

Model check: CallButton only triggers Live Call when a vertex:*live*
model is in the catalog (liveAvailable). Falls back to PTT otherwise.

Permission: RECORD_AUDIO runtime request via ActivityResultContracts
before starting the call. Denied → toast, no crash.

Title generation: endLiveCall triggers generateTitle + sidebar refresh,
same pattern as text chat.
2026-06-24 03:25:32 +02:00