Saúl Ibarra Corretgé
1ab4ae5e53
fix(browser) detect WebRTC APIs and mark browser unsupported if not
Some so called "security" browser extensions override WebRTC APIs so
even if the UA string suggests the browser is supported, it won't work.
Coincidentally, this should also mark Safari in Lockdown Mode as
unsupported, since the WebRTC APIs are not available in that case.