mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-19 06:20:25 +00:00
@@ -362,9 +362,6 @@ export function useLivekit(
|
||||
devices.audioInput.selected$
|
||||
.pipe(switchMap((device) => device?.hardwareDeviceChange$ ?? NEVER))
|
||||
.subscribe(() => {
|
||||
// if (platform === "ios") {
|
||||
// return;
|
||||
// }
|
||||
const activeMicTrack = Array.from(
|
||||
room.localParticipant.audioTrackPublications.values(),
|
||||
).find((d) => d.source === Track.Source.Microphone)?.track;
|
||||
|
||||
@@ -8,7 +8,6 @@ Please see LICENSE in the repository root for full details.
|
||||
import {
|
||||
type Dispatch,
|
||||
type SetStateAction,
|
||||
use,
|
||||
useCallback,
|
||||
useEffect,
|
||||
useMemo,
|
||||
|
||||
@@ -337,10 +337,7 @@ class ControlledAudioOutput
|
||||
}
|
||||
});
|
||||
this.available$.subscribe((available) => {
|
||||
logger.info(
|
||||
"[controlled-output] available controlled devices:",
|
||||
available,
|
||||
);
|
||||
logger.info("[controlled-output] available devices:", available);
|
||||
});
|
||||
this.availableRaw$.subscribe((availableRaw) => {
|
||||
logger.info("[controlled-output] available raw devices:", availableRaw);
|
||||
|
||||
Reference in New Issue
Block a user