How to downloaded recorded calls/meeting directly through Microsoft Teams Graph API?

Alex Wenger 21 Reputation points
2022-02-22T15:47:32.073+00:00

Currently, I am having all recorded teams call/meeting video files be dumped into a OneDrive account where I go in and pull them down. I would like to know if there is a way for me to download these videos directly from Teams without having to setup a OneDrive account to scrape these files from.

Thanks.

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,157 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,716 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.
2,886 questions
{count} votes

Accepted answer
  1. Srinivasa Rao Darna 6,696 Reputation points Microsoft Vendor
    2022-02-22T17:41:08.797+00:00

    Hi @Alex Wenger ,

    Using chatmessage-get we can get the callRecordingUrl as a message, since meeting recordings are stored in OneDrive we have to use driveitem-get-content.
    As of now we don't have option to get meetings recordings directly with Teams API.

    Attached response of my test meeting recording.

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

    176896-call-records.jpg

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


0 additional answers

Sort by: Most helpful