Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invitation URL missing from public chat #196

Open
fvlasie opened this issue Feb 24, 2023 · 5 comments
Open

Invitation URL missing from public chat #196

fvlasie opened this issue Feb 24, 2023 · 5 comments
Assignees
Labels
bug Something isn't working needs review Requires review or verification by team members

Comments

@fvlasie
Copy link

fvlasie commented Feb 24, 2023

Hello,

When creating a meeting via Greenlight a link to invite people shows in the public chat:

To invite someone to the meeting, send them this link:
https://bbb...

When creating a meeting via API the message is missing. What can I do to create an invitation link when creating a meeting via API?

Thank you!

@GhaziTriki
Copy link
Member

Hi @fvlasie are you using the PHP library to create API calls?

@fvlasie
Copy link
Author

fvlasie commented Mar 5, 2023

Yes I am!

@GhaziTriki
Copy link
Member

@fvlasie Can you please share the generated create URL?

@GhaziTriki GhaziTriki self-assigned this May 21, 2023
@GhaziTriki GhaziTriki added the bug Something isn't working label May 21, 2023
@andrekutianski
Copy link
Contributor

@fvlasie This library has two different methods that you can use to get the URL (to send in your invitation), depending on your needs:

public function getCreateMeetingUrl($createMeetingParams)

This method calls BBB API with create parameter - https://docs.bigbluebutton.org/development/api#create

public function getJoinMeetingURL($joinMeetingParams)

This calls the join parameter on BBB API - https://docs.bigbluebutton.org/development/api#join

In both cases (if I'm not wrong) you will get the publicly accessible URL of the meeting.

A third option is to retrieve the meeting info with joinMeeting method to get a JoinMeetingResponse

@GhaziTriki
Copy link
Member

@fvlasie is the issue still happening in the latest version of the library?

@GhaziTriki GhaziTriki added the needs review Requires review or verification by team members label Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs review Requires review or verification by team members
Projects
None yet
Development

No branches or pull requests

3 participants