Graph api - MS Teams Meeting Recording link

Iron Contributor

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

4 Replies

Hi @bhanu chintha,

Thanks for reaching us!

We are investigating on this, will respond to you soon.

 

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.

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