Hi all, I am building a web app and I want to ingest meeting transcripts from Teams, Zoom, and Google Meet.
I see a few possible approaches, but I am unsure what is most realistic:
-
Chrome extension / tab capture (seems to often capture only my side or is unreliable)
-
Desktop capture (virtual audio driver / system audio + mic)
-
Meeting bot that joins the call and records/transcribes
-
Platform APIs (pull transcript from cloud recording, when available)
-
Another idea I had was just to allow them to upload a transcript after the one-to-one meeting
Whatsis the best v1 route people have actually shipped? The thing is if my platform is to to thrive. Then I think we need to allow managers to be able to capture transcripts of one-to-one as well as inputting their own data.
Any pitfalls or recommended tools?