Forum Discussion
keep track of who and how long people attended an online meeting
Hi,
I'm going to create an online meeting using graph sdk. I need to track the attending of this meeting, checking who attended it and how much long people was inside the chat.
How can I do this?
5 Replies
- luca_morelliCopper ContributorIf found these https://github.com/stuartridout/LiveEventsPBIX and https://docs.microsoft.com/en-us/microsoftteams/teams-analytics-and-reports/meeting-attendance-report is it possible to access to the data in a programmatic way?
- luca_morelliCopper Contributor
I searched a bit more and I found a thing didn't know: using teams is possibile to create two possibile of online meetings
https://support.microsoft.com/en-us/office/schedule-a-teams-live-event-7a9ce97c-e1cd-470f-acaf-e6dfc179a0e2.
This kind of online meeting is not ufficially supported in graph api, but looks like it's possible to do this sending a custom message. https://techcommunity.microsoft.com/t5/teams-developer/microsoft-teams-api-for-live-events/m-p/1418908
- williamsrabia
Microsoft
Hey luca_morelli
That's good to know but for live events, there is documentation -> https://cda.ms/1G2 . But the actual question still remains right on how to get the report programmatically.
- luca_morelliCopper Contributor
I continued to look to the documentation. I don't see very clearly how to track what happens when the meeting starts.
I tried to give a look to office 365 audit log: several team activities but I haven't found anything of help.