Skip to content

Add "loginURL" parameter to create call #379

@pielonet

Description

@pielonet

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 (

$createMeetingParams->setModeratorOnlyMessage($this->l10n->t('To invite someone to the meeting, send them this link: %s', [$invitationUrl]));
), containing the login URL. The problem is that this link is not clickable nor can it be copied easily.

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":

Image

Kind regards,
Thierry

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions