You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a workaround if the plugins had access to the client_settings it would be possible to fetch bbbWebBase.
I'm not sure if it is possible, do you know @GuiLeme ?
Hey, guys. Currently, it's not possible to get the client_settings as Gustavo mentioned. But this issue is on the roadmap to be done, and soon enough we'll have a proper getBaseUrl, as requested.
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: