-
Notifications
You must be signed in to change notification settings - Fork 10
get_join_url will not work in a cluster setup #54
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
Comments
Good point Daniel. We can definitelly use the URL of the BigBlueButton server instead of the browser URL. However, as we're have a work in progress to migrate the Meteor.settings to graphql, it's better that we do it after it's completed. Thanks again for reporting it! |
bump is there a workaround yet? |
There is an idea to expose the function As a workaround if the plugins had access to the |
Hey, guys. Currently, it's not possible to get the |
It seems this issue is resolved with: #156 and will be out in the next release of SDK (Soon enough). If there are any other bugs or suggestions, we could re-open this issue or create another for discussion. Thank you, guys. |
In a cluster setup the API endpoints host is different from the browser location. So here we have a problem:
https://github.com/bigbluebutton/bigbluebutton-html-plugin-sdk/blob/main/src/core/auxiliar/join-url/getter.ts#L12
In meteor, the API endpoint is configured in
public.app.bbbWebBase
. Maybe this can be used for the plugins too?The text was updated successfully, but these errors were encountered: