Access Recorded Teams Meetings with Microsoft Graph

Copper Contributor

I am building an Azure web App "MyApp" that must obtain the recorded meeting from a group of users and move those files (recorded meetings) to another storage, in my case Azure BLOB Storage.

I'm wondering if those solutions are viable:

 

  • Create a Teams Application "MyTeamsApp" with Resource Specific Content (RSC) to access chat messages, files, recording and then move each record to the Blob Storage

 

  • Permitting "MyApp" to access chat messages to obtain the record meeting URL, and then give the specific permission to access each Sharepoint Recording folder of the group of users and then move to the Blob Storage.

 

or maybe exists a better way to perform this kind of solution.

 

Thanks in advance

0 Replies