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 Microsoft Teams meetings through the API.
Here are some additional details about my request:
- Current Status: I am familiar with the Microsoft Graph API and have successfully retrieved meeting and participant information. However, I could not find specific information or endpoints that allow access to the individual feeds.
- Information Needed: Are there documented methods or endpoints within the Microsoft Graph API that allow access to these feeds? If so, could you please provide the relevant resources or examples? If this is not possible through the Graph API, are there alternative approaches or APIs that you can recommend?
Best regards,
Michael
- Meghana-MSFTMicrosoft
MRingtunatus - Unfortunately there is no API to access the individual video and audio feeds of participants in Microsoft Teams meetings. We can only retrieve meeting transcripts and recordings using Graph APIs but not individual feeds.
You can suggest this feature at Microsoft Teams · Community.- MRingtunatusCopper 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-MSFTMicrosoftRecording using Teams bot/Graph API is not supported yet.