Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
getUserMedia was recently made [SecureContext] and does not exist when running on http. This lead, similar to the scenario in #764 to Chrome being detected as Safari, activating the wrong shims. RTCPeerConnection will still be available but can only be used for datachannels and receive-only contexts where adapter doesn't offer much benefit. Fixes #935, requires a major version bump.
- Loading branch information