Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • fairblue fairblue
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 64
    • Issues 64
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • chat
  • fairbluefairblue
  • Issues
  • #152
Closed
Open
Created May 05, 2022 by Möller Jens@jens.moellerMaintainer

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
};
Assignee
Assign to
Time tracking

gitlab project and software management by fairkom.eu - more open source web apps at fairapps.net