Forum Discussion
ChenguangHe
Jul 31, 2024Copper Contributor
access teams meeting recording
Hi, I have question about access teams meeting recording through API. I accessed to azure app and got a usr token with permission onlineMeetings.ReadWrite and OnlineMeetingRecording.Read.All. I recorded the meeting and I saw available recording download on chat channel. But I cannot see any recording info when I get recording through api.
I have attached the screenshoot of meeting recording and empty get response
Is there any pre-requirements to get the recording and transcript through api? Thanks
6 Replies
Sort By
- Nivedipa-MSFT
Microsoft
ChenguangHe - Thanks for reporting your issue. We will check this and update you soon.- ChenguangHeCopper Contributor
Hello, Nivedipa-MSFT , is there any update?
- Nivedipa-MSFT
Microsoft
You can fetch meeting transcript, recording, or both using Graph APIs.
The APIs to fetch meeting transcript and recording content are metered APIs. For more information, see payment models for meeting APIs.
To fetch the transcript and recording for a particular meeting:
- Configure permissions on Microsoft Entra ID to access transcript and recording
- Obtain meeting ID and organizer ID
- Get notified when the meeting transcripts and recordings are available
- Use Graph APIs to fetch transcript
- Use Graph APIs to fetch recording
Please follow below document for more details:
Fetch Meeting Transcripts & Recordings - Teams | Microsoft LearnThanks,
Nivedipa
------------------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.