简体   繁体   中英

Microsoft Graph API: Get Attendenes or Participants from a ongoing Teams Meeting

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://docs.microsoft.com/en-us/graph/api/resources/onlinemeeting?view=graph-rest-1.0

For more visibility, adding my answer from the comments section:

Could you please try with below GRAPI API: Fetch attendee report of a live event: https://docs.microsoft.com/en-us/graph/api/onlinemeeting-get?view=graph-rest-1.0&tabs=http#example-4-fetch-attendee-report-of-a-live-event

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM