The script changes bbb-html5.yml in /etc/bigbluebutton. According to https://docs.bigbluebutton.org/administration/configuration-files/ they "are not overwritten by the new packages".
|
yq e -i '.public.media.sipjsHackViaWs = true' /etc/bigbluebutton/bbb-html5.yml |
Should that rather be a default in /usr/share/bigbluebutton/html5-client/private/config/settings.yml?
The script changes
bbb-html5.ymlin/etc/bigbluebutton. According to https://docs.bigbluebutton.org/administration/configuration-files/ they "are not overwritten by the new packages".bbb-install/bbb-install.sh
Line 1763 in ecaa155
Should that rather be a default in
/usr/share/bigbluebutton/html5-client/private/config/settings.yml?