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

[stable18] Fix microphone not available when camera can not be accessed #3494

Merged
merged 1 commit into from May 11, 2020

Conversation

backportbot-nextcloud[bot]
Copy link

backport of #3474

"getUserMedia" is first called for both audio and video and then, if the
camera was not found, it was called again only for audio. In some cases
(for example, in Windows if the camera device is being used by another
application, or if permissions for the camera are not granted at a
system level) it could happen that a camera device is found but it can
not be accessed by the browser. If that happened "getUserMedia" was not
called again only for audio and the microphone was also seen as not
available, even if the problem was only with the camera.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
@nickvergessen nickvergessen merged commit 377e3a3 into stable18 May 11, 2020
@nickvergessen nickvergessen deleted the backport/3474/stable18 branch May 11, 2020 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants