Stick to the term 'transport' rather than 'focus'

This commit is contained in:
Robin
2025-10-14 14:38:37 -04:00
parent ea17ed7253
commit 2dc6134606
2 changed files with 29 additions and 28 deletions

View File

@@ -397,7 +397,7 @@ export class CallViewModel extends ViewModel {
switchMap((c) =>
c?.state === "ready"
? // TODO mapping to ConnectionState for compatibility, but we should use the full state?
c.value.focusConnectionState$.pipe(
c.value.transportState$.pipe(
map((s) => {
if (s.state === "ConnectedToLkRoom") return s.connectionState;
return ConnectionState.Disconnected;