Hi folks,
I need to serve learning analytics dashboard(LAD) URLs for each meeting and store the dashboard data in my database. I have implemented the required settings in these
scalelite link and
bbb api link. So I set LOADBALANCER_SECRETS(with each bbb secrets seperated by ':') and
meetingKeepEvents=true.LAD files are created but I have two problems:
1. scalelite overrides the meta_analytics-callback-url that is given as a parameter with a default one. So I do not receive the LAD data as callback.
2. In case of generating LAD URL for a meeting, In the LAD folder path(/var/bigbluebutton/learning-dashboard) of each BBB server a folder named <record_id>/<session_token>/ exists for each meeting. How can i get the session_token from BBB api from each BBB server, instead of folder structure?
Kind regards.
Emre