From e07d9c13a5f58596678eacf5d80b3f4fc77a0f36 Mon Sep 17 00:00:00 2001 From: Valere Date: Tue, 17 Mar 2026 11:48:15 +0100 Subject: [PATCH] lint fixes --- src/state/MediaDevices.ts | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/state/MediaDevices.ts b/src/state/MediaDevices.ts index 1633881b..cf578fb4 100644 --- a/src/state/MediaDevices.ts +++ b/src/state/MediaDevices.ts @@ -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 =