
How can i change favicon.ico in JITSI?
Customising jitsi is one of the first things that people do post deployment. There are many different aspects of customisation to jitsi , starting from UI customisation to feature/functionality customisation.
Amongst all this , the smallest customisation that is often overlooked is the favicon. So how do we change the favicon in a jitsi frontend?
- locate the favicon at /usr/share/jitsi-meet/images
- Replace the favicon.ico, in directory with a new favicon
- Clear browser cache and reload to verify that favicon has been updated. (Note : Changing favicon does not require a restart of the jitsi system)
BONUS
You can also change the favicon by replacing providing a URL of the new favicon in the header
<link rel="icon" href="https://example.com/images/favicon.ico?v=222" />