An API that connects multiple Microsoft services, enabling data access and automation across platforms
Solved with this instruction: https://learn.microsoft.com/en-us/microsoftteams/platform/graph-api/meeting-transcripts/fetch-id.
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 ******@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?
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Solved with this instruction: https://learn.microsoft.com/en-us/microsoftteams/platform/graph-api/meeting-transcripts/fetch-id.