We are trying to find the right endpoint to show the number of participants that appears in the meeting list here:
Admin > Reports > Active Hosts
The other endpoints we are trying (e.g. /report/meetings/{meetingId}/participants) includes instances where a user disconnects and reconnects as separate participants. We understand this is the expected behavior, but are looking for something that will give us the unique count that is appearing in the Admin reports.
As an example, meeting 994 3815 6467 (start Oct 30, 2020 01:55 PM) returns 885 participants in /report/meetings/{meetingId}/participants, but shows 24 in Admin > Reports > Active Hosts. We are trying to find where we can get the 24 in the API.
