Getting a list of attendees programmatically, during the Teams Meeting

Hello,

I am trying to programmatically (through C#) get a list of attendees, WHILE the Teams Meeting is in progress. I am the owner of the meeting. I wanted to confirm that I was on the right path, as the sample code that I wrote is not returning anything:

- Is this the right documentation for the above scenario? List participants - Microsoft Graph v1.0 | Microsoft Docs. Specifically, is the following the right call to be used?

GraphServiceClient graphClient = new GraphServiceClient( authProvider );

var participants = await graphClient.Communications.Calls["{call-id}"].Participants .Request() .GetAsync();

- Where can I find the [call-id] of the meeting, which is a parameter that needs to be passed in?

- Will the above code snippet work only when the meeting is in session or can I test after meeting as well?

Hi AV19781,

 

Greetings.

 

Thank you for raising your concern in this community.

 

From what I know, it is the right article, however I would advice you to directly post in Support - Microsoft Graph.

Our engineer in that forum are dedicated to the Microsoft graph and will give you a proper assistance.

 

In case you need further information from my side, feel free to let me know.

 

Kind regards,

Mac

* Beware of Scammers posting fake Support Numbers here.

Was this reply helpful?

Sorry this didn't help.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this reply?

Thanks for your feedback.

 
 

Question Info


Last updated February 7, 2024 Views 234 Applies to: