Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
Thanks @saleha mubeen
I verified that the transcript is available for the user in the Teams channel (via the Shared tab) as well as in the meeting itself (via the Recap tab)
- The delegated token contains
OnlineMeetingTranscript.Read.All
The API response for the regular Teams meeting returns a list of objects, when the response for a meeting scheduled from a channel returns an empty array
In the graph explorer I observe the same behavior: list of objects for a regular meeting, and an empty array for a meeting scheduled from a channel
- Below is are the response headers
{
"client-request-id": "68f51cec-c040-5911-dd1f-35b6b80e68b5",
"content-type": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8",
"request-id": "37cb67de-f053-4f2b-afbc-c9b9d46bd9e8"
}
Thank you for the suggestions both. If you a not able to assist further, I will raise a ticket with the Microsoft support.