Do you want to customize your BigBlueButton HTML5 client without breaking anything?
Do you want to add custom integrations like Google Analytics?
Do you want to integrated hotjar?
Here is a quick way to add custom javascript code to HTML5 client head.
- Create a new folder called integrations at
/var/www/bigbluebutton-default mkdir -p /var/www/bigbluebutton-default/integrations- Add your custom javascript code in to
/var/www/bigbluebutton-default/integrations/<filename>.js - Open
/usr/share/meteor/bundle/programs/web.browser/head.html - At the end add a script tag:
<script src="https:/<bbb-url>/integrations/<filename>.js"></script>- Restart the BigBlueButton:
bbb-conf –restart
Need help in the customization above?