Skip to content
Roomful is in public beta — install with the @beta tag. Share feedback →

Function: usePresence()

@roomful/react


@roomful/react / usePresence

usePresence<TPresence>(): UsePresenceResult<TPresence>

Defined in: react/src/index.ts:355

Subscribes to room presence snapshots.

TPresence extends PresenceData = PresenceData

The room presence shape.

UsePresenceResult<TPresence>

The local peer, remote peers, and presence mutators.