Forum Discussion
dexter-dev
Apr 17, 2024Copper Contributor
Is there a way to get live transcript in Microsoft Teams?
I am trying to find a way in Microsoft Teams to get the live transcript, I want to be able to subscribe to a meeting/call that it is still running and to get the transcript from it. I understand t...
MarkThomas25
Apr 14, 2026Copper Contributor
To record without the bot, you can try transcribing the Teams meetings with a desktop recording app. That way you’re capturing/transcribing the audio natively, and you don’t need a bot in the meeting.
If you did want to use a bot, the EchoBot approach would get you live transcripts but you wouldn’t have speaker names or attribution. You’d get a participant ID and would need a separate call to the Graph API to match that to speaker names (this requires you to maintain a local map of speakerId → display name that you refresh as participants join/leave)
There are a few other ways to get transcripts from microsoft teams that you can read about, but I think that using a desktop recording SDK would be the easiest for your situation