commit to maybe help github to find its sanity again.

Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo K
2023-09-19 15:07:23 +02:00
parent 0af272ac46
commit 6069e13348

View File

@@ -131,7 +131,8 @@ export const MediaDevicesProvider: FC<Props> = ({ children }) => {
// and even can introduce multiple different output devices for one call.
const alwaysUseDefaultAudio = isFirefox();
// On FF we dont need to query the names (call enumerateDevices + create meadia stream to trigger permissions)
// On FF we dont need to query the names
// (call enumerateDevices + create meadia stream to trigger permissions)
// for ouput devices because the selector wont be shown on FF.
const useOutputNames = usingNames && !isFirefox();