Document generateKeyed$ more thoroughly

This commit is contained in:
Robin
2025-10-21 00:27:18 -04:00
parent 27f24ca565
commit 1b3a56427f
2 changed files with 17 additions and 0 deletions

View File

@@ -762,6 +762,8 @@ export class CallViewModel {
MediaItem,
MediaItem[]
>(
// Generate a collection of MediaItems from the list of expected (whether
// present or missing) LiveKit participants.
combineLatest([this.participantsByRoom$, duplicateTiles.value$]),
([participantsByRoom, duplicateTiles], createOrGet) => {
const items: MediaItem[] = [];