Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,829 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi.
In the meeting chat I have access to call transcripts. I can get this transcripts from chat messages with GET /users/{user-id | user-principal-name}/chats/{chat-id}/messages
. The eventDetail.@odata.type
of this transcripts is #microsoft.graph.callTranscriptEventMessageDetail
, so this is call transcripts, I even see call ID from this events. But to get transcript I need meeting ID, how can I get it either from call id or from chat id?
Solved with this instruction: https://learn.microsoft.com/en-us/microsoftteams/platform/graph-api/meeting-transcripts/fetch-id.