Graph API - teams Meeting auto-record

Mohammed Alhajji 41 Reputation points
2022-05-08T13:26:07.583+00:00

Hi, I am using Microsoft graph APIs to create an online meeting. I have a question here, 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?

Microsoft Security | Microsoft Graph
{count} votes

Accepted answer
  1. Bhanu Kiran 3,616 Reputation points
    2022-05-09T16:10:19.25+00:00

    Hi @Mohammed Alhajji

    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

    200382-image.png

    Hope this helps,

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

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Zehui Yao_MSFT 5,876 Reputation points
    2022-05-10T07:03:51.017+00:00

    Hello @Mohammed Alhajji , since the meeting recordings will now 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 you.

    Here is the documentation for your reference:
    https://support.microsoft.com/en-us/office/play-and-share-a-meeting-recording-in-teams-7d7e5dc5-9ae4-4b94-8589-27496037e8fa#:~:text=Teams%20meeting%20recordings%20will%20be%20stored%20in%20OneDrive,remove%20the%20expiration%20date%20of%20any%20given%20recording


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

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.