Forum Discussion
Any available API for live transcript of a meeting
akandarpa - Thanks for reporting your issue.
Yes, you can use the Microsoft Graph API to fetch live transcripts for a Teams meeting. The Graph API provides the callTranscript
resource that allows you to access the live transcript of a meeting in real-time.
To fetch the live transcript text, you can use the GET /calls/{callId}/transcription
API endpoint. This API returns the live transcript as a series of chunks, where each chunk represents a portion of the transcript that has been generated so far.
Ref Doc: callTranscript resource type - Microsoft Graph beta | Microsoft Learn
Thanks,
Nivedipa
-------------------------------------------------------------------------
If the response is helpful, please click Mark as Best Response and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
Thank you Nivedipa-MSFT this is helpful.
- Nivedipa-MSFTSep 14, 2023
Microsoft
akandarpa - Please share your valuable feedback through the Microsoft Teams Developer Feedback link.