no default clientSettings.js provided

problem

  • version rc-220505-2.4.4 uses clientSettings.js to enable/disable the virtual-webcam feature
  • the file is not provided in the source
  • the html5client crashes when joining a meeting (console log mentions not finding clientSettings.js)

goal

  • fairblue should work with default settings out of the box

notes

  • it works after adding /usr/share/meteor/bundle/programs/web.browser/app/compatibility/clientSettings.js with the following content
var CLIENT_SETTINGS = {
	"VIRTUAL_WEBCAM": true
};