Hi,
On Tue, Sep 11, 2012 at 5:51 PM, Fred Dixon <
ffd...@gmail.com> wrote:
> If you don't send a duration parameter, there is a global default duration
> in
>
> /var/lib/tomcat6/webapps/bigbluebutton/WEB-INF/classes/bigbluebutton.properties
>
> which is set to 0
>
> # Default duration of the meeting in minutes.
> # Current default is 0 (meeting doesn't end).
> defaultMeetingDuration=0
Yes I saw that, but I'm sending a duration of 3 days (in minutes), and
still the room disappears after a couple of minutes.
Do I need to immediately enter the room, just to start the clock?
> What may be happening is that when the last user leaves the room, the
> BigBlueButton server automatically removes the meeting. The architecture of
> BigBlueButton is not designed to maintain persistent rooms; rather, it's
> more stateless like a web server, in which it responds to the request to
> create a room when needed, keeps the room active as long as there are
> participants, and deletes the room from memory shortly after the last person
> leaves.
I can understand that, but the room is being removed before anyone
even enters the room.
> In other words, you don't need to pre-allocate a room with BigBlueButton.
> Much like you don't pre-fetch a file from a web server. When you need the
> room, you create it. (Like the web server, when you need the file, you
> fetch it).
[...]
> Our recommendation is not to try and use BigBlueButton for permanent rooms,
> but rather create them as needed.
Ok, I'll rework my solution to take this in account.
Still, something is going on with the duration parameter. At least I
was expecting BBB to keep the room open until the duration time...
Thank you for your answers,