Forum Discussion
soardevadmin
Jun 04, 2021Copper Contributor
Get mp4 and transcript of a MS Teams call
I have created an application in the Azure portal -> Azure Active Directory -> App registrations. The main goal of the app is to receive an event every time a recording is complete in MS Teams. This ...
Chetana-MSFT
Jun 07, 2021Former Employee
Hi soardevadmin Currently we do not have any API to access call recording. we recommend you to raise a Teams UserVoice here if this needs to be consider as a future request.
You can not access MS stream videos of other user directly until they provide permission to access for particular users or organization level.
- soardevadminJun 07, 2021Copper Contributor
Chetana-MSFT thanks for your reply. How can I get the users to provide permissions to access their recordings? I'm really trying to find a way to download the mp4 of the recording, if a permission needs to be approved, that's fine, but we need some guidance as to how I can configure the app to make that happen. Is that even achievable ?
Thanks,
- Chetana-MSFTJun 09, 2021Former Employee
soardevadmin Yes, you can make the user to download the video in mp4 format from MS stream by adding the permissions. User need to provide the permissions by adding other user as people and make them as owner.
- soardevadminJun 09, 2021Copper Contributor
Chetana-MSFTwe're trying to download the .mp4 of the recording automatically, we were hoping to do that with the Microsoft Graph API.
Is there a way at all to do that either with Microsoft Graph, or Microsoft Stream, or Microsoft SharePoint API ?