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...
MRingtunatus
Aug 17, 2024Copper Contributor
Thank 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
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-MSFT
Aug 20, 2024Former Employee
Recording using Teams bot/Graph API is not supported yet.