Public Access
fix: recover from microphone disconnects
PR and Push Build/Test / build-and-test (push) Successful in 12m29s
PR and Push Build/Test / build-and-test (push) Successful in 12m29s
This commit is contained in:
@@ -34,6 +34,8 @@ public sealed class MicrophoneDeviceSelection
|
||||
var selected = SelectedDeviceId;
|
||||
return FindById(availableDevices, selected) ??
|
||||
FindById(availableDevices, configuredDeviceId) ??
|
||||
FindById(availableDevices, defaultDevice?.Id) ??
|
||||
availableDevices.FirstOrDefault() ??
|
||||
defaultDevice;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user