Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,049 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We need to get the transcript of the meeting in Microsoft Teams in real-time. It is possible to get a transcript using the Graph API, but you can use the session transcript when you are sure the session has ended.
https://graph.microsoft.com/v1.0/users/{userid}/onlineMeetings/{meetingId}/transcripts
How to get transcripts of meetings in real time?
As for the Microsoft Graph API, it currently allows you to get the transcript of a meeting after it has ended. Real-time access to the transcript via the API is not currently supported.