Microsoft Graph API onlineMeetings automaticallyRecord false

Iurii Salagaev 1 Reputation point
2022-06-20T07:44:45.273+00:00

I'm trying to use the automatically record Teams meetings Microsoft Graph API in my app.
I create onlineMeetings like this - POST beta/app/onlineMeetings
I pass in the parameters automaticallyRecord = true
the method returns ok 200, but automaticallyRecord = false.

is it possible to record?
and what am I doing wrong?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,828 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sheena-MSFT 1,736 Reputation points
    2022-06-20T15:30:27.587+00:00

    Hi @Iurii Salagaev ,

    As per my test, I am getting recordAutomatically property as true in the response and when I am joining the meeting using joinWebURL it started recording automatically. Could you please verify the same from your end by join in to the meeting?

    Please try application-post-onlinemeetings Graph API V1.0 and if you are still facing the issue with V1.0 also , I would recommend you to raise a support case with Microsoft Graph, a Support Engineer will be able to assist you better.You can raise support ticket from http://aad.portal.azure.com/ or https://admin.microsoft.com/#/support/requests.

    Hope this helps.

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


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.