How to enable auto recording for all users and access them ?

Ritik joshi 6 Reputation points
2024-03-21T13:37:42.0633333+00:00

I have registered my node application with the Azure active directory so we can perform some actions on behalf of my organization's users as of now we are only creating meetings on behalf of our users using Microsoft graphs api's, we also using Graph APIs to reschedule, cancel the meeting ( this all we are doing for a class between tutor and students ), now we want that we could also start record that meetings automatically and fetch the meeting recordings using our node applications

IS THIS FEATURE MICROSOFT TEAMS PROVIDES IN ANY WAY OR NOT?

Microsoft Teams | Development
Microsoft Security | Microsoft Graph
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Prasad-MSFT 9,061 Reputation points Microsoft External Staff Moderator
    2024-03-22T04:00:00.7233333+00:00

    There's a property called recordAutomatically that can be set to true when creating an online meeting using the Graph API. This should enable the meeting to record automatically as it starts.

    https://learn.microsoft.com/en-us/graph/api/resources/onlinemeeting?view=graph-rest-1.0

    Once the meetings are recorded, you can use the Microsoft Graph API to access the recordings.

    https://learn.microsoft.com/en-us/microsoftteams/platform/graph-api/meeting-transcripts/overview-transcripts

    Thanks, 

    Prasad Das

    ************************************************************************* 

    If the response is helpful, please click "Accept Answer" and upvote it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.