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

Function: usePresence()

@roomful/vue


@roomful/vue / usePresence

usePresence<TPresence>(): UsePresenceResult<TPresence>

Defined in: vue/src/index.ts:271

Subscribes to room presence snapshots.

TPresence extends PresenceData = PresenceData

The room presence shape.

UsePresenceResult<TPresence>

The local peer, remote peers, and presence mutators.