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

Interface: PresenceStoreValue\<TPresence\>

@roomful/svelte


@roomful/svelte / PresenceStoreValue

Defined in: packages/svelte/src/index.ts:105

Describes the value stored by the presence store.

TPresence extends PresenceData = PresenceData

The room presence shape.

all: Peer<TPresence>[]

Defined in: packages/svelte/src/index.ts:109

Exposes local and remote peers.


others: Peer<TPresence>[]

Defined in: packages/svelte/src/index.ts:114

Exposes remote peers only.


self: Peer<TPresence>

Defined in: packages/svelte/src/index.ts:119

Exposes the local peer snapshot.