MeetNote AI

A MediaSoup SFU video conferencing platform with an event-driven pipeline that transcribes each meeting while it is still running and turns the result into structured, downloadable notes.
Technical Decision: An SFU forwards media instead of mixing it, so a room costs bandwidth rather than CPU.
Implementation: Transcription, finalization and note generation are three independent SQS workers, each with its own retry policy and dead-letter queue.


