Forum Discussion
MRingtunatus
Aug 08, 2024Copper Contributor
Question about Microsoft Graph API – Access to Video and Audio Feeds in Microsoft Teams Meetings
Hello everyone, I have a question regarding the Microsoft Graph API. Specifically, I would like to know if it is possible to access the individual video and audio feeds of participants in Microso...
Meghana-MSFT
Aug 09, 2024Former Employee
MRingtunatus - Unfortunately there is no API to access the individual video and audio feeds of participants in Microsoft Teams meetings. We can only https://learn.microsoft.com/en-us/microsoftteams/platform/graph-api/meeting-transcripts/overview-transcripts using Graph APIs but not individual feeds.
You can suggest this feature at https://feedbackportal.microsoft.com/feedback/forum/ad198462-1c1c-ec11-b6e7-0022481f8472.
- MRingtunatusAug 17, 2024Copper ContributorThank you for your answer!
It seems that I have found a way to access individual video and audio streams in Teams meetings via the Microsoft.Graph.Calls.Media API. I can start a recording through a bot. Now comes the problem. According to the Terms of Use, it states: "You may not use the Microsoft.Graph.Calls.Media API to record or otherwise persist media content from calls or meetings that your bot accesses."
Is it really prohibited to save the recordings? What is the difference between a recording directly in Teams, which is possible and allowed, and a recording by a bot?
https://microsoftgraph.github.io/microsoft-graph-comms-samples/docs/articles/calls/register-calling-bot.html- Meghana-MSFTAug 20, 2024Former EmployeeRecording using Teams bot/Graph API is not supported yet.