From 6069e133488a9ee10927d8bdb4de0a7617a87578 Mon Sep 17 00:00:00 2001 From: Timo K Date: Tue, 19 Sep 2023 15:07:23 +0200 Subject: [PATCH] commit to maybe help github to find its sanity again. Signed-off-by: Timo K --- src/livekit/MediaDevicesContext.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/livekit/MediaDevicesContext.tsx b/src/livekit/MediaDevicesContext.tsx index b70fa597..79f92383 100644 --- a/src/livekit/MediaDevicesContext.tsx +++ b/src/livekit/MediaDevicesContext.tsx @@ -131,7 +131,8 @@ export const MediaDevicesProvider: FC = ({ 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();