Adobe Connect User Community
Menu

#1 2009-06-18 06:33:17

**_netdiver_**

API Call to know connected users in a meeting

Dear All,
I have some problems determining the number of connected users for a meeting.

I am using the report-active-meetings API call (filtered by the sco-id of the meeting) and parsing the response for the active-participants sco attribute.
The problem is that the value of active-participants attribute is always empty, even in the Adobe Live Doc:
http://livedocs.adobe.com/en_US/Acrobat … tml#125990

<?xml version="1.0" encoding="utf-8" ?> 
<results>
    <status code="ok" /> 
    <report-active-meetings>
        <sco sco-id="2006778715" active-participants="" length-minutes="1">
            <name>Designing Online Courses</name> 
            <url-path>/online/</url-path> 
            <date-begin>2006-06-28T14:35:21.307-07:00</date-begin> 
        </sco>
    </report-active-meetings>
</results>

Is this a bug? Is there any other way to know how much users are connected in a meeting?
Thanks in advance
Lorenzo M.

Offline

#2 2009-06-18 07:54:47

**_gajett_**

Re: API Call to know connected users in a meeting

The call you reference (https://example.com/api/xml?action=repo … e-meetings) reports active participants for me.

greg

Offline

#3 2009-06-19 01:51:49

**_netdiver_**

Re: API Call to know connected users in a meeting

Thanks, Greg, for your feedback.
I 'll make some more tests and check if it takes some delay from first connection to the meeting to increase the active participants figure.
I'll be back with results.
Best Regards.
Lorenzo

Offline

#4 2009-06-19 02:37:29

**_netdiver_**

Re: API Call to know connected users in a meeting

Dear Greg, dear all,
I confirm that the report-active-meetings needs some time to increase the active-participants value.
After at least 5 minutes of one user connected to a meeting, the attribute turns from empty to "1".

The thing that got me wrong was that the response of the active meetings is immediately updated with new active meetings, but not the active-participants attribute.

Thanks!

Lorenzo

Offline

Board footer