Hey there, so I'm running into another headache. I can't figure out how to change the favicon of a new bigbluebutton instance I have going, in the file structure there are tons of favicon files, but I'm not sure which one is the one that has to be changed,
cp /mnt/DATA01/bbb-update/Favicon.ico /var/www/bigbluebutton-default/images/favicon.ico
docker cp /mnt/DATA01/bbb-update/Favicon.ico greenlight-v3:/usr/src/app/public/favicon.png
These are my lines of code referring to the favicons I think would change it, but it hasn't updated on the frontend.
Thanks again for the help last time :)