mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-19 06:20:25 +00:00
lint fixes
This commit is contained in:
@@ -15,7 +15,7 @@ import {
|
||||
Subject,
|
||||
switchMap,
|
||||
type Observable,
|
||||
tap
|
||||
tap,
|
||||
} from "rxjs";
|
||||
import { createMediaDeviceObserver } from "@livekit/components-core";
|
||||
import { type Logger, logger as rootLogger } from "matrix-js-sdk/lib/logger";
|
||||
@@ -493,10 +493,7 @@ export class MediaDevices {
|
||||
getUrlParams().callIntent,
|
||||
window.controls,
|
||||
)
|
||||
: new ControlledAudioOutput(
|
||||
this.usingNames$,
|
||||
this.scope,
|
||||
)
|
||||
: new ControlledAudioOutput(this.usingNames$, this.scope)
|
||||
: new AudioOutput(this.usingNames$, this.scope);
|
||||
|
||||
public readonly videoInput: MediaDevice<DeviceLabel, SelectedDevice> =
|
||||
|
||||
Reference in New Issue
Block a user