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 microphone issues with Firefox and Safari #233

Merged
merged 1 commit into from
Mar 28, 2022

Conversation

dreamerns
Copy link
Contributor

  • Firefox can't open more than one microphone per process. When switching audio input devices, we need to stop using the current device before opening a new one. This also somewhat affects safari, causing "A MediaStreamTrack ended due to a capture failure" error.

  • Remove overriding preferred codec profile with default.

Description

Reference issue

Fixes #...

* Firefox can't open more than one microphone per process. When
  switching audio input device, we need to stop using current device
before opening new one. This also somewhat affect safari, causing "A
MediaStreamTrack ended due to a capture failure" error.

* Remove overriding preffered codec profile with default.
@billylindeman
Copy link
Contributor

LGTM, @cloudwebrtc FYI we removed the hardcoding of the codec profile BC this is an option that should be set by the API.

@cloudwebrtc cloudwebrtc merged commit ee8e8a9 into ionorg:master Mar 28, 2022
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.

3 participants