mirror of
https://github.com/vector-im/element-call.git
synced 2026-04-03 07:10:26 +00:00
add the device selector back on other browsers
Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
@@ -18,6 +18,7 @@ import { ChangeEvent, Key, useCallback, useState } from "react";
|
||||
import { Item } from "@react-stately/collections";
|
||||
import { Trans, useTranslation } from "react-i18next";
|
||||
import { MatrixClient } from "matrix-js-sdk";
|
||||
import { isFireFox } from "livekit-client/dist/src/room/utils";
|
||||
|
||||
import { Modal } from "../Modal";
|
||||
import styles from "./SettingsModal.module.css";
|
||||
@@ -132,7 +133,8 @@ export const SettingsModal = (props: Props) => {
|
||||
}
|
||||
>
|
||||
{generateDeviceSelection(devices.audioInput, t("Microphone"))}
|
||||
{/* {generateDeviceSelection(devices.audioOutput, t("Speaker"))} */}
|
||||
{!isFireFox() &&
|
||||
generateDeviceSelection(devices.audioOutput, t("Speaker"))}
|
||||
</TabItem>
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user