Aug 06 2021 05:21 AM
Is it possible to set the “automatic record” from the Graph API, or does anyone know if this feature will be available?
Aug 06 2021 07:37 AM
Aug 10 2021 07:53 AM
Currently you can set the "Automatic record" of Teams Meetings through UI, but the same is not possible through Graph API. There is no endpoint related to Automatic recording in Graph API.
Thanks,
--------------------------------------------------------------------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
Aug 30 2021 02:23 AM
SolutionNov 18 2021 06:03 AM
@_laursen is it possible to know if the user can record the meeting ? If he has a paid account ?
Thanks
Nov 21 2021 10:40 PM
Nov 22 2021 12:32 AM
@HunaidHanfee-MSFT I would like to know if the user has the capability to record the meeting
Nov 22 2021 08:29 AM
@ocoste2435 -
If you have created a meeting with Graph API - You will get it's Id, You can use that id to get the meeting details with this API - Get onlineMeeting
In this you will get to know the details of participants where role would be specified for each attendees.
You can refer to this table to get to know which role can share the screen - Roles in a Teams meeting
Aug 30 2021 02:23 AM
Solution