question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

brandingDataUrl not working - Url not requested

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:19 (10 by maintainers)

github_iconTop GitHub Comments

2reactions
vp8x8commented, Dec 9, 2020

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

1reaction
RyanJitcommented, Oct 8, 2021

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?

Read more comments on GitHub >

github_iconTop Results From Across the Web

brandingDataUrl not working - Install & Config
Hi there, I'm trying to use the dynamic branding feature via config option brandingDataUrl (PR). However, that URL is never called, not by ......
Read more >
The Requested URL Could Not Be Retrieved Error ... - YouTube
The Requested URL Could Not Be Retrieved Error in Windows 10 FIX.The requested URL could not be retrieved message can sometimes appear and ......
Read more >
The requested URL was not found on this server - YouTube
#apache #error. The requested URL was not found on this server || Apache error problem fix || MAK Services. 18K views 11 months...
Read more >
feat(branding): Add ability to customize logo & background
+ External API url used to receive branding specific information. ... Whether or not the blurred video background for large video should be ......
Read more >
ClintonEbadi/JitsiMeet - HCoop Wiki
Generated config does not work at all... review postinst for clues: ... be making a request to brandingDataUrl but it never does for...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found