Is it possible to retrieve a list of participants that attended a given meeting after the meeting has ended?
My end goal is to be able to track all meetings+attendees in a separate application, and the option I’m exploring is to use the reservation system to inform my app when a meeting starts and ends. The missing link here is how my app can work out who has attended the meeting.
I’ve played around with mod_muc_size and managed to get the list of participants using /room
but as far as I can tell, this gives me participants at that point in time rather than set of all attendees for the duration of the meeting.
Any pointers how how to achieve this would be greatly appreciated. Thanks.