Rxova
Skip to content

Presence

readonly clientId: string;
close(): void;

void


getPeers(): readonly Peer[];

Stable array snapshot (replaced on change) — safe for useSyncExternalStore.

readonly Peer[]


subscribe(fn): () => void;
ParameterType
fn() => void

() => void