How to get transcripts of meetings in real-time?

Mohammadreza Shaneh 0 Reputation points
2023-10-18T09:02:25.73+00:00

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?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,458 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,065 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. v-pd 5 Reputation points Microsoft Vendor
    2023-11-23T19:56:43.28+00:00

    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.

    0 comments No comments