Adobe Connect User Community
Menu

#1 2013-04-24 01:46:55

Stefan

Retrieving list of connected users

Hello

is it possible to retrieve a list of connected users using the API?

I looked into the API documentation, but i could not find anything regarding that.

Thank you for your help

Offline

#2 2013-05-06 10:04:02

irfant

Re: Retrieving list of connected users

Sure. First use ?action=report-active-meetings and grab the Sco-id and date-begin of the Meetings which are on-going. Then, in a loop, do something like:

$myparam = "?action=report-meeting-attendance&filter-gte-date-begin=$meetingstartdatetime&sco-id=".$visitedmeeting."&session=".$mycookie;

Note: My code is from a different application but you could play with the $meeetingstartdatetime value (may be make it timestamp 'now' minus 1-2 hours).

Good luck.
Irfan

Offline

Board footer