Forum Discussion
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}/events?$orderby=createdDateTime
What we are now interested is, Can we get the MS Teams meeting recording link along with the event details? Do we have support from Graph api to get the Teams meeting recording details.
Thanks & Regards,
Bhanu
- Jagadeesh-MSFTMicrosoft
- bhanu chinthaIron Contributor
Thanks a lot Jagadeesh-MSFT
- _laursenCopper 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- demian123Copper ContributorHi, wondering where can I find this for channel recordings? The eventMessageDetail is null for channel recordings
- Jagadeesh-MSFTMicrosoft
Hi bhanu chintha , Currently MS Teams meeting recording link cannot be fetched with the event details. We have a backlog on this. You can access recorded meetings from Microsoft Stream and can try call records Api to fetch details of a recorded call by specifying call ID.