Neseek77 / mconf

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

Model methods to get info about meeting #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Include methods in BigbluebuttonRoom to get information about the meeting.

Example:
room = BigbluebuttonRoom.first
room.attendees # list of attendees
room.is_running? # is it running

For now, all methods might have to call the BBB API method get_meeting_info and 
parse the response.
In the future, responses can be cached to reduce the number of API calls.

Original issue reported on code.google.com by leonardo...@gmail.com on 6 Apr 2011 at 8:56

GoogleCodeExporter commented 9 years ago
Included the "fetch" methods:

room.fetch_meeting_info
room.fetch_is_running?
server.fetch_meetings

They fetch info from the BBB server and store in the model.

Original comment by leonardo...@gmail.com on 8 Apr 2011 at 3:19

GoogleCodeExporter commented 9 years ago

Original comment by leonardo...@gmail.com on 13 Apr 2011 at 5:01