Hi.
The product documentation about adding corporate branding to meeting pages mentions different options. Some of them are working for me, but sadly some not. I'm using a Docker environment.
. Meeting background: it says to use the following variable (in custom.env I presume);
REACT_APP_MEETING_BACKGROUND_IMAGE=/images/branding/image.jpg
But I don't manage to see any difference in the meeting interface when setting it.
I'm placing the image, a jpg, in the /web/branding folder.
Maybe are there any specific requirements about the type, size, etc of image to use?
. Favicon: it says that favicon could be updated, just replacing the following files:
- favicon.ico
- favicon-16x16.ico
- favicon-24x24.ico
- favicon-32x32.ico
- favicon-64x64.ico You must specify at a minimum the favicon.ico file. When it is the only file available, it is used for each of the other .ico files.
Could it be possible to have more details about where are exactly that files?
Thank you very much!
Hello Rafael,
You put our file in this locations:
sametime-config/web/branding
Set in custom.env this value for Your file
REACT_APP_PRODUCT_LOGO=/images/branding/productlogo.jpg
REACT_APP_MEETING_BANNER_IMAGE=/images/branding/favicon-64.ico
Regards.
Dario
Hi Dario.
Thanks a lot for your update.
About "favicon" I was understanding the icon on the web browser tab. This one:
The configurations you mention do work for me, changing the logo into the meetings interface: ie, in the login page and in the banner section of the meeting interface, respectively.
But, as said, the icon on the web browser tab remains with HCL Sametime logo, which is a pitty, as the text beside it does properly change with the other variable REACT_APP_PRODUCT_NAME=text.
Thank you very much.
Hi,
You can try update file favicon.ico same name with you .ico restart docker and clear cache browser.
Dario
Hi.
Ok, finally I understood: place an image called favicon.ico in the branding folder /sametime-config/web/branding
Now the icon in the browser tab is changed too.
Thank you very much!
Hello Rafael,
The meeting background will be displayed when more users join, more than I think 5 "tiles" will be displayed.
Ales