-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Description
When the extension is activated and a headphone or earphone with a microphone is connected afterward, the newly connected microphone is not listed in the Microphones drop-down menu, as well as whenever disconnected it persistantly stays in the menu until refreshed. This prevents users from switching to an external mic without fully reloading or restarting the extension.
Steps to Reproduce:
Activate the Screenity extension.
Open the microphone selection drop-down.
Connect a headphone or earphone with a built-in microphone to the device.
Check the microphone drop-down menu.
Expected Result:
The newly connected microphone should appear in the selection list automatically.
Actual Result:
The microphone list does not refresh, so the new device is not available for selection.
Suggested Solution
Implement synchronous microphone device searching or regularly refresh the available audio input devices list.
Consider adding a manual "Refresh devices" button for users.