Hi, I am trying to incorporate balena-cam into an app with browser blocks. For this to work, I have to disable a flag which is needed for balena-cam to display. From within Chromium I would need to change the following
chrome://flags/#enable-webrtc-hide-local-ips-with-mdns and set it to Disabled
I tried creating a FLAGS variable and override with
Hi, I am trying to incorporate balena-cam into an app with browser blocks. For this to work, I have to disable a flag which is needed for balena-cam to display. From within Chromium I would need to change the following
chrome://flags/#enable-webrtc-hide-local-ips-with-mdns and set it to Disabled
I tried creating a FLAGS variable and override with
--disable-features=enable-webrtc-hide-local-ips-with-mdns
but it doesn't seems to work. Please advice. Thanks in advance.