gateway/modules/features/teamsbot
patrick-motsch 5d987e72fe fix(teamsbot): Fix Invalid Date + pass language to browser bot
- Add getIsoTimestamp() to timeUtils for JS-compatible ISO 8601 strings
- Replace getUtcTimestamp() (epoch float) with getIsoTimestamp() for all
  teamsbot session/transcript/response timestamp fields (startedAt, endedAt,
  creationDate, lastModified, SSE event timestamps)
- Pass config.language to browser bot in join request for captions spoken language

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 01:26:27 +01:00
..
__init__.py teamsbot 2026-02-13 00:00:35 +01:00
bridgeConnector.py teamsbot 2026-02-13 00:00:35 +01:00
browserBotConnector.py fix(teamsbot): Fix Invalid Date + pass language to browser bot 2026-02-15 01:26:27 +01:00
config.py teamsbot 2026-02-13 00:00:35 +01:00
datamodelTeamsbot.py feat(teamsbot): Replace bridge with browser bot architecture 2026-02-15 00:04:39 +01:00
interfaceFeatureTeamsbot.py fix(teamsbot): Fix Invalid Date + pass language to browser bot 2026-02-15 01:26:27 +01:00
mainTeamsbot.py teamsbot 2026-02-13 00:00:35 +01:00
routeFeatureTeamsbot.py fix(teamsbot): Use APP_API_URL for WebSocket URL to ensure https/wss 2026-02-15 00:12:45 +01:00
service.py fix(teamsbot): Fix Invalid Date + pass language to browser bot 2026-02-15 01:26:27 +01:00