Forum Discussion
bhanu chintha
Dec 16, 2020Iron Contributor
Graph api - MS Teams Meeting Recording link
Hi Team, We are setting up meetings within O365 Group and trying to get the meetings information of given Group ID using the below graph api https://graph.microsoft.com/v1.0/groups/{guid}/eve...
_laursen
Aug 30, 2021Copper Contributor
The Teams meeting Record link is now available in the Graph Beta API under Chat messages - callRecordingUrl. Maybe that can help.
chatMessage https://docs.microsoft.com/en-us/graph/api/resources/chatmessage?view=graph-rest-beta
-> evenMessageDetail https://docs.microsoft.com/en-us/graph/api/resources/eventmessagedetail?view=graph-rest-beta
-> callRecordingEventMessageDetail https://docs.microsoft.com/en-us/graph/api/resources/callrecordingeventmessagedetail?view=graph-rest...
-> callRecordingUrl
- demian123Mar 29, 2024Copper ContributorHi, wondering where can I find this for channel recordings? The eventMessageDetail is null for channel recordings