Reputation: 39
I am using Microsoft Graph API to create online meetings and that is working fine. Is there any way to track and monitor the participants or Attendees of the ongoing Teams meeting? I tried to use the attendeeReport endpoint of the Graph API but it gives back the results once the Meeting is concluded or the Attendee leaves the meeting. I want to fetch the real-time data of the participants attending the meeting.
https://learn.microsoft.com/en-us/graph/api/resources/onlinemeeting?view=graph-rest-1.0
Upvotes: 1
Views: 1449
Reputation: 1460
There is no such API available to get attendees or participants from an ongoing Teams Meeting
Upvotes: 0