Teams Meeting: How to configure meeting presenter programmatically

Copper Contributor

Hello,

 

I've implemented a solution that automatically schedules teams meetings for classes at a university, for all our courses and would like to configure the teacher as the only presenter for the meetings.

I'd like to know if the is a way (using Graph or any other API) to programmatically set the Teams Meeting Options properties: "Who can bypass the lobby?" and "Who can present?"

 

TeamsMeetingOptions.png

Thanks.

3 Replies

@Orlando_Azevedo,

You may want to assign roles to each participant to determine who can do what in the meeting. For example presenter and attendee. Presenters can do just about anything that needs doing in a meeting, while the role of an attendee is more controlled. More details here. 

There is a graph API for change screen sharing role

it allow applications to share screen content with the participants of a group call.

Note: This is only supported for group calls that use App-Hosted Media.

 

@subhasish-MSFT 

Is it possible to programmatically (with an API) change who can be a presenter in a onlineMeeting object?

thanks in advance

@francescorubini I've not seen an API for this yet, but there is a feature coming to set the default for all meetings.