How to get meeting recording UR?

Juan Carlos Barreno Bravo 40 Reputation points
2023-06-21T22:41:41.4866667+00:00

Hello there,

It's possible to obtain the recording URL of a meeting ?, I'm currently trying to integrate to our system, so that it can be consulted and later downloaded.

Thanks,

Microsoft Teams | Development
Microsoft Security | Microsoft Graph
Microsoft Teams | Microsoft Teams for business | Other
{count} votes

Accepted answer
  1. Naglaa Hussein Abed Elhamed Mohammed 206 Reputation points
    2023-06-24T09:44:17.42+00:00

    Hello,

    Recordings are available in different places depending on the type of meeting.

    The recording is processed and saved to SharePoint if it was a channel meeting or OneDrive if it was any other type of meeting.  

    The meeting recording shows up in the meeting chat or channel conversation (if you’re meeting in a channel).

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. JimmyYang-MSFT 58,641 Reputation points Microsoft External Staff
    2023-06-22T06:51:38.5433333+00:00

    @Juan Carlos Barreno Bravo

    The "OnlineMeetingRecording.Read.All" permission is used by the Microsoft Graph API. Specifically, it is required to retrieve information about meeting recordings, including the recording URL.

    1. To get the recording URL using the Microsoft Graph API, you can request the GET /me/online meetings/{meetingId}/recordings/{recordingId} endpoint. This will provide the recording URL among other details.

    Alternatively, you can use the Microsoft Teams PowerShell module to retrieve the recording URL programmatically. The command Get-CsTeamsMeetingRecording can be used to fetch the recording information, including the URL.

    Both methods require appropriate permissions and authentication to access the required data.


    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.



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.