Forum Discussion
faizan1300
Jun 05, 2021Copper Contributor
Graph API: Get video recording link for a meeting
Hi,
I am trying to get video recording link of a meeting which I created using Graph API. I can't find anything in the documentation which points me to the right direction. I have searched the internet too. But could not find anything.
Can someone provide me documentation link or an example for;
1. How to get video recording link of a meeting?
2. How I can download it?
Thanks
3 Replies
- _laursenCopper ContributorLooks like there is a user voice for this here https://microsoftteams.uservoice.com/forums/555103-public/suggestions/43576917-graph-api-to-get-recorded-meetings-with-meeting-id
Also see another potential option in, to use the call records api https://techcommunity.microsoft.com/t5/teams-developer/graph-api-ms-teams-meeting-recording-link/m-p/1994894 - Sridevi-MSFTBrass Contributor
faizan1300 - Currently we don't have any API to get video recording link of a meeting or to download the recorded video. All meeting recording will be stored in Microsoft Stream so, you can download manually from there. You can raise an UserVoice https://microsoftteams.uservoice.com/ if this needs to be considered as feature request.
- faizan1300Copper Contributor
Sridevi-MSFTThanks for the response