Opening recorded meetings from chat and downloading them

Copper Contributor

How can i open and download a recorded meetings from the chat of a team without opening a laptop, i need to download them before 20 days of expiring date , my device is iPad pro and i use the Microsoft teams app

1 Reply

@Leen_Ibrahim , You can use GetCallRecord API to get call details and with the help of Call ID(that you recieve in response from the API) you can get full details of calls in which you also have MS Stream Data(this is your meeting recording data). Any recording you do on teams sits on ms streams behind the scenes. 

 

For your usecase, you can develop a Microsoft flow that makes graph call and follows the above process for internal of 20 days before expiring.