From 3e0e1ccde5d75f2d2e4f7cd2e1a49cbf017fc83b Mon Sep 17 00:00:00 2001 From: Timo K Date: Wed, 22 Oct 2025 12:51:10 +0200 Subject: [PATCH] add todo comment Signed-off-by: Timo K --- src/state/CallViewModel.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/state/CallViewModel.ts b/src/state/CallViewModel.ts index 5236820e..8d4f3d23 100644 --- a/src/state/CallViewModel.ts +++ b/src/state/CallViewModel.ts @@ -268,6 +268,7 @@ export class CallViewModel extends ViewModel { * together when it might change together is what you have to do in RxJS to * avoid reading inconsistent state or observing too many changes.) */ + // TODO-MULTI-SFU find a better name for this. with the addition of sticky events it's no longer just about transports. private readonly transports$: Behavior<{ local: Async; remote: { membership: CallMembership; transport: LivekitTransport }[];