From 838d2f3c5d4ef38573d81258de0d7c89e65559a0 Mon Sep 17 00:00:00 2001 From: Timo <16718859+toger5@users.noreply.github.com> Date: Fri, 12 Jun 2026 09:47:13 +0200 Subject: [PATCH] Update src/state/media/observeRtpStreamStats.ts Co-authored-by: Johannes Marbach --- src/state/media/observeRtpStreamStats.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/state/media/observeRtpStreamStats.ts b/src/state/media/observeRtpStreamStats.ts index 457b8f727..44181f857 100644 --- a/src/state/media/observeRtpStreamStats.ts +++ b/src/state/media/observeRtpStreamStats.ts @@ -32,7 +32,7 @@ export function observeRtpStreamStats$( > { return combineLatest([ observeTrackReference$(participant, source), - // The update frequency is high because we use this value to update the PiP oreintation and the fit/fill video tile props based on that + // The update frequency is high because we use this value to update the PiP orientation and the fit/fill video tile props based on that // We want it to be responsive. For just the debug tools 1s would be sufficient. interval(350).pipe(startWith(0)), ]).pipe(