is There any Graph API or Method for download MS Team Recorded Video of MS.Teams Event meetings End ?

Rajendra Kumar Arya 1 Reputation point
2023-01-02T05:59:29.287+00:00

We want Get Recorded Video of MS Teams Meeting End .
Is There any Method or GRAPH API of getting Recorded video after saving when Meetting Ended.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,601 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,937 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Shivam Dhiman 6,081 Reputation points
    2023-01-02T07:48:25.53+00:00

    Hi @Rajendra Kumar Arya

    If you are looking to get the Teams meeting Record link, it is available in the Graph API under Chat messages Graph API. As of now we don't have option to get meetings recordings directly with Teams API.

    Using this Graph API endpoint you can get Teams meeting Record link in response.

    GET /chats/{chat-id}/messages/{message-id}  
    

    Please follow below documentation for more information.

    You can refer to a similar accepted post: https://learn.microsoft.com/en-us/answers/questions/746161/index.html

    Hope this helps.

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

    0 comments No comments

  2. Benjamin Gonzalo Samuel 0 Reputation points
    2023-10-05T12:16:04.7466667+00:00

    You can also use the insights - List Shared API
    https://learn.microsoft.com/en-us/graph/api/insights-list-shared?view=graph-rest-1.0&tabs=http

    All meeting recording will be automatically shared with meeting organizer, coorganizer and particpantes.

    You will get driveitem property of the recording.

    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.