Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(virtual-backgrounds): disable on Safari #12841

Merged
merged 1 commit into from Jul 27, 2021

Conversation

prlanzarin
Copy link
Member

What does this PR do?

Forcefully disables camera effects on Safari (macOS; iOS was already blocked).

Closes Issue(s)

None

Motivation

Safari (even macOS) is not properly supported with this feature (yet) and I don't intend on spending time tinkering with that right now.

Safari is not properly supported with this feature (yet)
@sonarcloud
Copy link

sonarcloud bot commented Jul 27, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@kepstin
Copy link
Contributor

kepstin commented Jul 27, 2021

Is there any way to detect support for the feature directly and use that for the basis of hiding/showing the controls, rather than using user agent detection?

@prlanzarin
Copy link
Member Author

That would be ideal, but it's not the lack of an API that makes it bork, but a buggy API. So it's not that straightforward.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants