Results 21 comments of Brent Baccala

I've committed the changes we discussed on the October 4 testing call, specifically: 1. rename `getMeetingInfo` to `testGetMeetingInfo` 2. split `getMeetingInfo` into two tests, `testGetMeetingInfo` and `testGetMeetings` 3. introduce two...

We discussed this issue on the developer's call today. Right now, breakout rooms are handled somewhat specially. As you see, you provide an internal meeting ID to the create API...

> In the API call to create the breakout room, for the parameter `parentMeetintID`, I do pass the parent meeting's internal ID as I saw it was the case when...

This doesn't look too serious. I think it's a bug in the check code, not an actual configuration problem. Is this a docker install? The appearance of the host's address...

Fixed in 2.4 by PR [#15906](https://github.com/bigbluebutton/bigbluebutton/pull/15906) Fixed in 2.5 by PRs [#15850](https://github.com/bigbluebutton/bigbluebutton/pull/15850) and [#15904](https://github.com/bigbluebutton/bigbluebutton/pull/15904)

I was able to recover the data on the project's Ubuntu nodes using the following procedure: 1. Fix the disk full condition 1. grep in the `qemu.log` files in the...

I can reproduce this consistently. I've seen the `Call to chatMessageBeforeJoinCounter` error, but it seems to come after the 403 error, so I think it's incidental to the issue. Still...

This is reproducible on 2.6.0-alpha.2, in addition to 2.5.4.

@ffdixon, `allowDuplicateExtUserid` doesn't seem to make a difference

@ffdixon, an hour-long test with ten clients and a modest level of broken TCP sessions (all sessions broken once every ten seconds) yielded no client disconnects of any kind. I'd...