How to get Call recording of online meeting without creating event using Microsoft Graph API?

Vicky Sahu 20 Reputation points
2024-04-06T10:19:28.76+00:00

I had created Online meeting using graph Api for Auto Call Recording features. To get call recording I had find this in document

note: This API doesn't support meetings created using the create onlineMeeting API that are not associated with an event on the user's calendar.

Meeting is created using Api.

POST https://graph.microsoft.com/v1.0/me/onlineMeetings

Content-Type: application/json

{

"startDateTime":"2019-07-12T14:30:34.2444915-07:00",

"endDateTime":"2019-07-12T15:00:34.2464912-07:00",

"subject":"User Token Meeting",

"recordAutomatically": true

}

How to link this online meeting with events to get call recording.

I am using this feature as meeting created by using event does not have Auto recordings feature.

Is there any way to backend this meeting with calendar?

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,088 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,005 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. LiweiTian-MSFT 19,165 Reputation points Microsoft Vendor
    2024-04-08T02:56:24.64+00:00

    Hi @Vicky Sahu

    To be able to retrieve meeting transcripts at a later stage, use the Create event API that is calendar-backed.


    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.