Skip to content

Interface: PresenceEntry

Defined in: react/src/use-presence.ts:8

A single presence entry as delivered by the coordinator. clientID identifies the peer, userInfo is the arbitrary JSON payload the peer supplied at connect time.

readonly clientID: string

Defined in: react/src/use-presence.ts:9


readonly userInfo: unknown

Defined in: react/src/use-presence.ts:10