_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 ...
_laursen
Aug 30, 2021Copper Contributor
Now available in the Graph Beta API under Chat messages - callRecordingUrl.
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-beta
-> callRecordingUrl