Function: usePresence()
@roomful/solid / usePresence
Function: usePresence()
Section titled “Function: usePresence()”usePresence<
TPresence>():UsePresenceResult<TPresence>
Defined in: solid/src/index.ts:750
Subscribes to room presence snapshots.
Type Parameters
Section titled “Type Parameters”TPresence
Section titled “TPresence”TPresence extends PresenceData = PresenceData
The room presence shape.
Returns
Section titled “Returns”UsePresenceResult<TPresence>
The local peer, remote peers, and presence mutators.