Forum Discussion
MS Teams Meeting Recording link
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
2 Replies
Recording is on-demand only, by pressing a button, there's no way to prepopulate this info in any way if that's what you mean. If a recording was made, the link to it will be included in the meeting chat though, so you can just fetch that.
- bhanu chinthaIron Contributor
VasilMichev Thanks for your reply. I have created a teams meeting in O365 Group and able to get the event details like "Teams meeting url" using the below Graph api -
https://graph.microsoft.com/v1.0/groups/88501ae8-9b33-4131-ab26-6911536c5b2c/events?$orderby=createdDateTime
So, i am trying to get the respective Teams meeting recording details programmatically. So, want to check if there is any possibility to get the Teams meeting recording details using the Teams Meeting ID or any other option.
Thanks,
Bhanu