jitsi-meet: brandingDataUrl not working - Url not requested

Hello,

I tried to integrate the branding API in my instance. I tested all possible formats, with " ’ " or " " " on values and indexes, nothing works, the url is never requested by the jitsi. My code :

BRANDING_DATA_URL=https://run.mocky.io/v3/b3f29922-5314-497f-8da2-xxxxxxxxx

This URL return :

{
    backgroundColor: '#FF14F3',
    backgroundImageUrl: 'https://xxxx/test/background.png',
    logoClickUrl: 'https://ifconfig.me',
    logoImageUrl: 'https://xxxx/test/logo.png'
}

Thanks for the help

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 19 (10 by maintainers)

Most upvoted comments

That was the requirement back then. I’ll take a look and make it work as soon as I have some bandwidth.

This not worke for me for none-docker. I put like this inside config.js

dynamicBrandingUrl: 'https://medomane.org/usr/share/jitsi-meet/mebrand.json',

And I put like this inside me mebrand.json

{
  backgroundImageUrl: 'https://medomane.org/usr/share/jitsi-meet/images/pic.jpg',
}

What I do wronge?

Thanks @ludovicm67 After removing previous config from ~/.jitsi-meet-cfg/web/ directory it’s working now.