Skip to content

Interface: PresenceStoreValue\<TPresence\>

@roomful/svelte


@roomful/svelte / PresenceStoreValue

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

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:205

Exposes local and remote peers.


others: Peer<TPresence>[]

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

Exposes remote peers only.


self: Peer<TPresence>

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

Exposes the local peer snapshot.