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 =