Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information