Update src/state/media/observeRtpStreamStats.ts

Co-authored-by: Johannes Marbach <n0-0ne+github@mailbox.org>
This commit is contained in:
Timo
2026-06-12 09:47:13 +02:00
committed by GitHub
parent 308a042076
commit 838d2f3c5d

View File

@@ -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(