Hi Community
I recently encountered strange issue. Seems that local dev server doesn’t pick up contents from config.js or interface_config.js
Any change is not reflected in chrome.
For example i tried to change
liveStreamingEnabled: false in config.js
and
GENERATE_ROOMNAMES_ON_WELCOME_PAGE: false, in interface_config.js
But localhost still allows livestreaming and generates room names.
If i serve compiled jitsi meet from server other than dev i see the config was applied.
Is there a way to make local dev use the config contents?
Thanks