Get the link to the recording of Teams Meeting from the Graph API (onlineMeeting)

Get the link to the recording of Teams Meeting from the Graph API (onlineMeeting)
1

Upvotes

Upvote

 Aug 23 2021
5 Comments (5 New)
New

When a meeting is finished the recording is stored in OneDrive or SharePoint. The link is shown in the chat of Microsoft Teams. How do we programmatically find the link to the recordings (preferably from the Graph API)?

_laursen_0-1629722880137.png

 

Comments
Copper Contributor
Copper Contributor
Copper Contributor

@_laursen Do you have any sample? 

Copper Contributor

@alperozgur unforatunatly not - but i would just use the guidelines for getting chat messages https://docs.microsoft.com/en-us/graph/api/chatmessage-get?view=graph-rest-beta&tabs=http

Copper Contributor

I see... I was hoped to have a sample :). My real problem is when you create a recursive meeting, all instances have the same chatId... So, when 2 of your recursive meetings completed, it's hard to define which chat you get....