mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +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.
|
// and even can introduce multiple different output devices for one call.
|
||||||
const alwaysUseDefaultAudio = isFirefox();
|
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.
|
// for ouput devices because the selector wont be shown on FF.
|
||||||
const useOutputNames = usingNames && !isFirefox();
|
const useOutputNames = usingNames && !isFirefox();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user