How to find the live user status ( Active Users ) in a meeting room using an API
Problem Statement: How to find the live user status ( Active Users ) in a meeting room using an API
Environment:
- Adobe Connect Hosted/On-premise
- Adobe Connect version 9 and above
Resolution :
- First run below API, it will give you all the Active meetings room at a particular time. Get the SCO-ID of the meeting room you are looking for:
https://XXXX.adobeconnect.com/api/xml?action=report-active-meetings - Then run the second API with the SCO_ID from first API, it will list all sessions for the meeting room you chose above, in order of most recent at the top (no end-date) https://XXXX.adobeconnect.com/api/xml?action=report-meeting-sessions&sco-id=XXXXX&sort-version=desc
- This API will give you the list of active users in the meeting room (where sco-id= the room sco-id and asset-id = the asset-id of the session in the 2nd call above https://unir.adobeconnect.com/api/xml?action=report-meeting-session-users&sco-id=XXXXX&asset-id=XXXXX&filter-date-end=null