Random breakout assignment not working via API

24 views
Skip to first unread message

Niels Heinemann

unread,
Dec 1, 2025, 8:19:54 AM (4 days ago) Dec 1
to BigBlueButton-dev
Hey dear folks,
we've expereienced the fact that randomly assigning users to group rooms does not work, if we set uo the root via api. The js-Button/link dows nothing and no console error appears. Same server with a greenlight sourced room wks as expected.
Any idea which setting may cause this?
Regards!

Niels Heinemann

unread,
Dec 2, 2025, 3:51:24 AM (3 days ago) Dec 2
to BigBlueButton-dev
I'm using

BBB_BUILD_TAG: v3.0.x-release
        TAG_BBB: v3.0.4

Here is my API-Call from php:

p = (new CreateMeetingParameters($s->uuid, $s->title))
->setRecord((bool) $s->allow_recording)
->setAllowStartStopRecording((bool) $s->allow_recording)
->setWelcome($description)
->setMuteOnStart((bool) $s->mute_on_entry)
->setAllowModsToUnmuteUsers(true)
->setAllowModsToEjectCameras(true)
->setMeetingKeepEvents(true)
->setGuestPolicy(
$s->has_waitingroom ? "ASK_MODERATOR" : "ALWAYS_ACCEPT"
)
->setLogoutURL(Yii::$app->urlManager->createAbsoluteUrl($exitUrl . "?highlight=" . $s->id))
->setMeetingLayout($s->layout);

if ($s->presentation_file_id > 0) {
$presentationUrl = Url::to('/bbb/public/download', true) . "?token=" . $s->public_token . "&type=presentation";

$p->addPresentation($presentationUrl, file_get_contents($presentationUrl), $s->name . "_presentation.pdf");
}

$r = $this->bbb->createMeeting($p);

Niels Heinemann

unread,
Dec 2, 2025, 4:50:00 AM (3 days ago) Dec 2
to BigBlueButton-dev
Reason found: We were all moderators. Sorry for posting!
Reply all
Reply to author
Forward
0 new messages