_laursen
Aug 23, 2021Copper Contributor
Status:
New
Get the link to the recording of Teams Meeting from the Graph API (onlineMeeting)
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)?
6 Comments
Sort By
- alperozgurCopper 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....
- _laursenCopper 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
- alperozgurCopper Contributor
_laursen Do you have any sample?
- _laursenCopper ContributorNow available in the Graph Beta API under Chat messages - callRecordingUrl.-> 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-beta-> callRecordingUrl
- _laursenCopper Contributor
- Ayush2001
Microsoft
Hello _laursen,
Do you need any help with this?