mirror of
https://github.com/vector-im/element-call.git
synced 2026-04-03 07:10:26 +00:00
commit to maybe help github to find its sanity again.
Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user