We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
Hi @fvlasie are you using the PHP library to create API calls?
Sorry, something went wrong.
Yes I am!
@fvlasie Can you please share the generated create URL?
@fvlasie This library has two different methods that you can use to get the URL (to send in your invitation), depending on your needs:
bigbluebutton-api-php/src/BigBlueButton.php
Line 123 in aaa7771
This method calls BBB API with create parameter - https://docs.bigbluebutton.org/development/api#create
create
Line 147 in aaa7771
This calls the join parameter on BBB API - https://docs.bigbluebutton.org/development/api#join
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
@fvlasie is the issue still happening in the latest version of the library?
GhaziTriki
No branches or pull requests
Hello,
When creating a meeting via Greenlight a link to invite people shows in the public chat:
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!
The text was updated successfully, but these errors were encountered: