From 2a19f06e4aa600b46b744e46478f8fb6f6b010a9 Mon Sep 17 00:00:00 2001 From: Timo K Date: Mon, 17 Nov 2025 19:45:14 +0100 Subject: [PATCH] reword docstring --- src/state/CallViewModel/CallViewModel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/state/CallViewModel/CallViewModel.ts b/src/state/CallViewModel/CallViewModel.ts index 62e4ae44..66c9400c 100644 --- a/src/state/CallViewModel/CallViewModel.ts +++ b/src/state/CallViewModel/CallViewModel.ts @@ -173,7 +173,7 @@ type AudioLivekitItem = { /** * The return of createCallViewModel$ - * This interface represents the root snapshot for the call view. Snapshots in EC with rxjs behave like snapshot trees. + * this interface represents the root source of data for the call view. * They are a list of observables and objects containing observables to allow for a very granular update mechanism. * * This allows to have one huge call view model that represents the entire view without a unnecessary amount of updates.