Hello,
I want to embed the entire page structure of the learning dashboard into my own site. I intend to use the JavaScript side independently of the BigBlueButton server and utilize its templates directly on my site.
I want to have a link on my site that fetches the JSON file via an API and uses it.
Is there anyone who has worked on this before or can provide some ideas?
Thank you in advance for your help.
You simply execute some ruby on the post_events phase of archive that renames, and pushes the json to your location after the learning reports are generated.
The good news is the meeting Ids are unique, so a single s3 bucket can store these from a cluster of BBB servers.... you just have to install the ruby code on each bbb server to rename and push the json to s3
regards,
Stephen
Hello, thank you for your interest.
I am not sure how and which files I need to edit to display this information afterward. Is it sufficient to upload only the files from the /var/bigbluebutton/learning-dashboard path to S3? Does the JSON file there contain all the necessary data?
I can set this up, but I am unsure how to read the data from the S3 files and create the page afterward. When I try to access the page after the meeting ends, it says access is terminated.
So, can we set up this system on a server without BigBlueButton installed, just by setting this up, taking the data, and displaying it in the system? Am I understanding correctly?
If I set this up in my site's infrastructure and provide the data from S3, will I be able to access it?
Best regards,