From 0760796024e921295304747614ba422251c80d56 Mon Sep 17 00:00:00 2001 From: Hugh Nimmo-Smith Date: Thu, 7 Nov 2024 12:12:10 +0000 Subject: [PATCH] Remove throttleTime from bad merge --- src/state/CallViewModel.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/state/CallViewModel.ts b/src/state/CallViewModel.ts index 2e802b53..00541877 100644 --- a/src/state/CallViewModel.ts +++ b/src/state/CallViewModel.ts @@ -43,7 +43,6 @@ import { switchMap, switchScan, take, - throttleTime, timer, withLatestFrom, } from "rxjs"; @@ -644,7 +643,6 @@ export class CallViewModel extends ViewModel { ), map((speaker) => speaker?.vm), this.scope.state(), - throttleTime(1600, undefined, { leading: true, trailing: true }), ); private readonly grid: Observable = this.userMedia.pipe(