Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix microphone issues with Firefox and Safari (#233)
* 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.
- Loading branch information