Adobe Connect User Community
Menu

#1 2011-08-17 04:31:30

**_michelefischer_**

API call to check if a user is already looged in

Hi

I'm using Adobe Connect 8 hosted account.

What's the easiest way to check, if a user is already logged in into adobe connect?
Is there a API call to find out who is currently logged in?

Thanks

Offline

#2 2011-08-22 10:15:23

**_tlchurch_**

Re: API call to check if a user is already looged in

Are you talking about from an external application or from a custom pod?

Offline

#3 2011-08-23 01:25:30

**_michelefischer_**

Re: API call to check if a user is already looged in

I'm talking from an external application.

Offline

#4 2011-08-26 08:35:08

**_tlchurch_**

Re: API call to check if a user is already looged in

I don't think there is an API call for this. You can probably determine when someone was either a) last authenticated to the system, or b) last joined a meeting room and if they are in a meeting room through the database - I would look at the PPS_SESSIONS (authentication) and PPS_TRANSCRIPTS (meeting attendance) tables in the database.

Offline

#5 2011-09-01 01:14:04

**_ugowalo_**

Re: API call to check if a user is already looged in

What tlchurch there is no really an API call for things like this.

Offline

#6 2011-09-01 09:04:03

**_jcooper9099_**

Re: API call to check if a user is already looged in

There is not an API call to do this per se. However there is an easy way to use an existing API call.

Make the application call common-info and see if the user's information is displayed. If the user is not logged in no userinformation is displayed.  To see for yourself make the API call both when you are logged in and when you are not and note the differences.

Offline

Board footer