Interface: PresenceEntry
Interface: PresenceEntry
Section titled “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.
Properties
Section titled “Properties”clientID
Section titled “clientID”
readonlyclientID:string
Defined in: react/src/use-presence.ts:9
userInfo
Section titled “userInfo”
readonlyuserInfo:unknown
Defined in: react/src/use-presence.ts:10