feat(web): set default logo
Add an option to set a default logo to be placed for all created meetings. The default logo is inserted as a create meeting param for all meetings that do not have a `logo` param defined. Two new properties were included at bigbluebutton-web configuration: - [Boolean] `useDefaultLogo`: enables/disables the use of the default logo disabled as default - [String] `defaultLogoURL`: The default logo URL to be fetched by the client bigbluebutton logo as default
Showing
- bbb-common-web/src/main/java/org/bigbluebutton/api/ParamsProcessorUtil.java 20 additions, 0 deletions.../main/java/org/bigbluebutton/api/ParamsProcessorUtil.java
- bigbluebutton-config/web/images/logo.png 0 additions, 0 deletionsbigbluebutton-config/web/images/logo.png
- bigbluebutton-web/grails-app/conf/bigbluebutton.properties 3 additions, 0 deletionsbigbluebutton-web/grails-app/conf/bigbluebutton.properties
- bigbluebutton-web/grails-app/conf/spring/resources.xml 2 additions, 0 deletionsbigbluebutton-web/grails-app/conf/spring/resources.xml
Loading
Please register or sign in to comment