Adobe Connect User Community
Menu

#1 2012-04-07 10:26:57

**_richp10_**

How can I tell whether meeting has started with API

I have successfully created an external authentication system which creates a link to the meeting room (no guests, so user created automatically). 

All works fine, but if the meeting has not started they see the message and cannot get into the room.

Any idea how I can 'test' whether the meeting has started, so I can craft a message within the application itself. 

I see a value sco-not-started in the documentation but am not sure whether this is what I want and am not sure how to access this..

Many thanks

R

Offline

#2 2012-05-09 08:08:04

**_dendrophile_**

Re: How can I tell whether meeting has started with API

In my code a meeting having started means at least one person has signed in.  I call the report-meeting-attendance action to tell me who's signed in.  This returns nothing if no-one in online, so I *could* use that to tell me the meeting hasn't started.  (In my code I am looking to see who's signed up for a meeting, but not shown up for it.)

HTH,
Dendrophile

Offline

Board footer