service-teams-browser-bot/src
ValueOn AG 36bf5269ac fix: Update Teams web UI selectors to match 2025 redesign
Teams changed from data-tid to id attributes for key elements
(hangup-button, callingButtons-showMoreBtn, closed-captions-button).
Aligned selectors with Recall.ai confirmed working implementation:
- URL resolution with suppressPrompt/msLaunch params
- waitForSelector instead of page. for reliable element detection
- Captions: MutationObserver with exposeFunction instead of polling
- Better error diagnostics (URL, title, visible text in error messages)

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 01:05:47 +01:00
..
bot fix: Update Teams web UI selectors to match 2025 redesign 2026-02-15 01:05:47 +01:00
server Support multi-instance Gateway: use gatewayWsUrl from request 2026-02-13 23:00:33 +01:00
types Initial commit: Browser-based Teams Meeting Bot 2026-02-13 22:44:57 +01:00
utils Initial commit: Browser-based Teams Meeting Bot 2026-02-13 22:44:57 +01:00
config.ts Initial commit: Browser-based Teams Meeting Bot 2026-02-13 22:44:57 +01:00
index.ts Support multi-instance Gateway: use gatewayWsUrl from request 2026-02-13 23:00:33 +01:00
sessionManager.ts Support multi-instance Gateway: use gatewayWsUrl from request 2026-02-13 23:00:33 +01:00