Commit ee8e8a9
authored
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.1 parent f68cdde commit ee8e8a9
1 file changed
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | 256 | | |
261 | 257 | | |
262 | 258 | | |
| |||
302 | 298 | | |
303 | 299 | | |
304 | 300 | | |
305 | | - | |
306 | | - | |
307 | 301 | | |
308 | 302 | | |
309 | 303 | | |
| |||
359 | 353 | | |
360 | 354 | | |
361 | 355 | | |
| 356 | + | |
| 357 | + | |
362 | 358 | | |
363 | 359 | | |
364 | 360 | | |
| |||
0 commit comments