Teams Meeting Auto-Record - Graph API

Nick 20 Reputation points
2023-04-12T00:08:16.7033333+00:00

Hello, how do I make the meeting auto-record and is there is any way to share the callRecordingUrl with an anonymous user using graph APIs? I am using create an online meeting Graph API. POST /users/{userId}/onlineMeetings

Microsoft Security Microsoft Graph
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2023-04-12T00:19:47.67+00:00

    Hi @Nick,

    Thanks for reaching out!

    To create an Online meeting that records automatically as the meeting is started using Graph API, you can add the following property in the body: "recordAutomatically": true.

    Yes, it's possible, the meeting recordings will be uploaded to recordings folder of OneDrive by default, you can share them through the create sharing link method or directly in OneDrive.

    Hope this helps.

    If the reply is helpful, please click "Accept Answer" and kindly upvote it. If you have additional questions about this answer, please click "Comment".


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.