Forum Discussion
_laursen
Aug 06, 2021Copper Contributor
Set the "Automatic record" of Teams Meetings from Graph API (onlineMeeting)
Is it possible to set the “automatic record” from the Graph API, or does anyone know if this feature will be available?
- Aug 30, 2021Now available in the beta API of Graph - option: recordAutomatically. https://docs.microsoft.com/en-us/graph/api/resources/onlinemeeting?view=graph-rest-beta
ocoste2435
Copper Contributor
_laursen is it possible to know if the user can record the meeting ? If he has a paid account ?
Thanks
HunaidHanfee-MSFT
Nov 22, 2021Microsoft
I didn't get the actual requirement of doing this? Also I didn't get to know about such API.
Can you explain more?
Can you explain more?
- ocoste2435Nov 22, 2021Copper Contributor
HunaidHanfee-MSFT I would like to know if the user has the capability to record the meeting
- HunaidHanfee-MSFTNov 22, 2021Microsoft
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