Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
Currently Teams does not have any API to access the the transcription. Could you please Raise a user voice?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
In MS Teams, I have a meeting with a recording and transcription. I can see that the recording is saved in OneDrive/SharePoint under My Files/Recording/<recording filename>.mp4.
In OneDrive/SharePoint, using a web browser, when I click on the recording mp4, it loads on a player and I can see that there is an option to enable the caption/subtitle (which is actually the transcription).
However, when I access it via graph API (/me/drive/items/{item_id}), the caption/transcription doesn't seem to be embedded in the actual mp4 file. My questions are as follows:
Thanks in advance!
Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Answer accepted by question author
Currently Teams does not have any API to access the the transcription. Could you please Raise a user voice?
Microsoft Graph recently released a new API to /beta that allows authorized 3P apps to retrieve a meeting's transcripts (after the meeting is over): https://learn.microsoft.com/en-us/microsoftteams/platform/graph-api/meeting-transcripts/overview-transcripts
Please try the API and give us feedback. Thank you!
Please let us know if there is any alternative way to record call and get it back
Hello,
I would also like to know about this.
We are currently trying to allow our clients to integrate with Teams, but we need a way to retrieve the audio / video and transcript when a meeting has ended. We will use this to generate some notes for our clients.
Thanks