-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
Hi,
BBB is using the value set in "loginURL" create API call parameter to display a link that can be copied by the moderator to invite someone to join the conference. (as explained here: https://docs.bigbluebutton.org/development/api/#get-post-create)
It looks like cloud_bbb is not setting this parameter. It is writing a moderator only message instead (
cloud_bbb/lib/BigBlueButton/API.php
Line 198 in 837718b
| $createMeetingParams->setModeratorOnlyMessage($this->l10n->t('To invite someone to the meeting, send them this link: %s', [$invitationUrl])); |
Please consider adding the login URL "loginURL" parameter to the create call made by cloud_bbb for BBB automatically adding a clickable, to be copied, URL in the session details.
This is how the session details look like in BBB 3.0.X when loginURL was set to "https://localhost":
Kind regards,
Thierry
Metadata
Metadata
Assignees
Labels
No labels