You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: