announced

val announced: StateFlow<Set<ReplicaId>>

The set of replicas that have announced themselves on this presence channel — every replica that has called declareHost or declarePresent, as observed in the converged map.

This is the convergence signal the game host entry point waits on: once it contains an entry for every connected peer, the host has heard everyone's declaration and can check for a duplicate host against a genuinely-exchanged view rather than a fixed time window.