hazymayon / bigbluebutton

Automatically exported from code.google.com/p/bigbluebutton
0 stars 0 forks source link

need getMeetingInfo API call implemented #393

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
most of this work is already done - just adding it in here so we don't miss 
it in release notes, etc...

Original issue reported on code.google.com by jeremyth...@gmail.com on 8 Mar 2010 at 8:07

GoogleCodeExporter commented 8 years ago

Original comment by jeremyth...@gmail.com on 8 Mar 2010 at 8:08

GoogleCodeExporter commented 8 years ago
the call also needs to:

The userID currently returned is one set by Red5.  However, there's currently 
no way 
to set a unique ID.  Of course, we need to be able to.  Should be able to add a 
uniqueID field to the join call that stays with the user throughout their 
lifecycle.  

Also need to add joinTime / disconnectTime to each attendee that is returned 
with the 
getMeetingInfo call and return all attendees that were in the conference at any 
given 
time.

Original comment by jeremyth...@gmail.com on 8 Mar 2010 at 5:59

GoogleCodeExporter commented 8 years ago
The getMeetingInfo call should be changed to only work for thirty minutes (or 
some 
other similar length of time) after a meeting has ended, or until the Tomcat 
server is 
restarted - whichever comes first.

Right now, all API started meetings are stored in memory and are not cleared 
from 
memory.  To accomplish this task, we need a background thread that occasionally 
cleans 
up old conferences.

Original comment by jeremyth...@gmail.com on 8 Mar 2010 at 10:08

GoogleCodeExporter commented 8 years ago
See issue #247 for more details about cleaning up old meetings.

Original comment by jeremyth...@gmail.com on 8 Mar 2010 at 10:09

GoogleCodeExporter commented 8 years ago

Original comment by jeremyth...@gmail.com on 9 Mar 2010 at 11:44

GoogleCodeExporter commented 8 years ago
- Partially implemented, further work on this deferred to next iteration

Original comment by ffdixon@gmail.com on 2 Apr 2010 at 8:21

GoogleCodeExporter commented 8 years ago
Issue 350 has been merged into this issue.

Original comment by deniszgo...@gmail.com on 11 May 2010 at 8:00

GoogleCodeExporter commented 8 years ago
Can we tag this as fixed?

Original comment by ritza...@gmail.com on 31 May 2010 at 2:08

GoogleCodeExporter commented 8 years ago
I was just firing up my VM to test this and make sure that it is complete.  

Original comment by jeremyth...@gmail.com on 31 May 2010 at 2:11

GoogleCodeExporter commented 8 years ago
closed - now you can supply "userID" in the join call, and it will be returned 
as the 
userID in the getMeetingInfo call

Original comment by jeremyth...@gmail.com on 31 May 2010 at 5:22

GoogleCodeExporter commented 8 years ago

Original comment by eu.tdj...@gmail.com on 29 Oct 2013 at 2:59