Commit graph

63 commits

Author SHA1 Message Date
ValueOn AG
a483aa6def fix: auth join via direct URL (skip launcher), sequential audio queue, improve AI prompt (less floskel, stricter response rules)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-16 09:02:42 +01:00
ValueOn AG
efa648d6fe feat: chat monitoring, auth join fix (Teams session), audio shutting-down guard, join mode selector, response channel, browser permission modals
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-16 00:07:40 +01:00
ValueOn AG
39c8012358 fix: restore fake-device flag, wrap getUserMedia to swap audio track, handle no-audio modal
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 22:40:48 +01:00
ValueOn AG
bd63dfc40a fix: auth join detection, caption language dropdown, audio injection via getUserMedia override
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 22:28:51 +01:00
ValueOn AG
ba8dab5a98 fix: robust meeting admission for auth join, fix spoken language selectors for Teams UI
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 16:35:00 +01:00
ValueOn AG
c420987dcb feat: anonymous fallback when authenticated join fails (lobby timeout, external tenant)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 12:50:04 +01:00
ValueOn AG
79027f190b feat: authenticated bot join, virtual background, language selectors
- New authProcedure.ts: Microsoft login flow (email/password, MFA detection, stay signed in)
- New backgroundProcedure.ts: download image URL, upload as Teams virtual background
- Orchestrator: authenticate before join when botAccountEmail provided
- JoinProcedure: skip name input for authenticated joins
- meetingUrlParser: anon=true only for anonymous joins
- SessionManager/HttpServer: pass new fields through the chain
- Updated Teams caption language selectors for current UI

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 11:56:04 +01:00
ValueOn AG
496268e936 feat: HTTP fallback for transcript delivery, updated Teams language selectors
- Auto-detect WebSocket failure and switch to HTTP POST for transcripts/status
- Derive HTTP base URL from WebSocket URL (wss->https, ws->http)
- Updated Teams caption language menu selectors for current UI
- Added: Captions & transcripts, Untertitel und Transkripte, Gesprochene Sprache

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 11:06:00 +01:00
ValueOn AG
d8c0331921 feat: Add spoken language config for captions + caption event logging
- Accept language param from gateway (de-DE, en-US, etc.) in join request
- Pass language through: httpServer -> sessionManager -> orchestrator -> captionsProcedure
- After enabling captions, attempt to change Teams spoken language via UI
  (Caption settings > Language settings > spoken language dropdown)
- Add per-caption log line for debugging

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 01:25:45 +01:00
ValueOn AG
61219ce5a2 feat: Log screenshots as base64 for Azure debugging
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 00:52:39 +01:00
ValueOn AG
ab970292d9 Support multi-instance Gateway: use gatewayWsUrl from request
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-13 23:00:33 +01:00
ValueOn AG
dced747666 Add Gateway WebSocket integration and CI/CD pipeline
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-13 22:55:00 +01:00
ValueOn AG
043349f529 Initial commit: Browser-based Teams Meeting Bot
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-13 22:44:57 +01:00