# DEB-128: Integrate with online meeting software

> **Jira:** [DEB-128](https://divami.atlassian.net/browse/DEB-128)  
> **Source Report:** [20260315.md](../../reports/jira/20260315.md)

- **Status:** Start
- **Assignee:** Unassigned
- **Priority:** Medium
- **Created:** 2026-01-20T18:52:08.939+0530
- **Updated:** 2026-02-09T15:07:39.203+0530

**Description:**

Application should be able to connect to configured online meeting software (Eg. Google Meeting, Microsoft Teams, Zoom, etc.) as a participant to capture the meeting transcription and along with meeting summary & action items.

**Architecture Diagram:**

```mermaid
flowchart TD
    A[Meeting starts] --> B[Meeting Bot joins<br/>as participant]
    B --> C[Capture live audio stream]
    C --> D[Speech-to-Text transcription]
    D --> E[Store transcript in DB]
    E --> F[Generate meeting summary<br/>& action items via LLM]
    F --> G[Store in Meetings Agent DB]
    G --> H[Available for user queries]
```
