0

I'm using bigbluebutton (2.3-dev) in Ubuntu 18.04 server I installed it using bbb-install (# wget -qO- https://ubuntu.bigbluebutton.org/bbb-install.sh | bash -s -- -v bionic-230-dev -s bbb.example.com -e info@example.com -a -w) and its work perfect. Now I want to make some changes in html5-client (https://doamin/html5client/join?sessionToken=e) I found the file path - /usr/share/meteor/bundle and it's served from this path /usr/share/meteor/bundle/programs/web.browser but problem is this is a build file so I can't make any changes because every time this file is new generator when stop and start or restart.

I want to add one link in left side menu (http://prntscr.com/umy63l). How can I do this and where I can do this?

Thanks in advance!

Praveen Kumar
  • 864
  • 2
  • 9
  • 33

1 Answers1

0

Did you install a dev environement for bbb-html5 ? You can find the doc about it here : https://docs.bigbluebutton.org/2.2/dev.html#developing-the-html5-client

Guidouil
  • 1,694
  • 2
  • 18
  • 18