@dialstack/sdk-dev / server/src / PresenceListParams
Interface: PresenceListParams
Defined in: sdk/server/src/index.ts:2069
Properties
parkSlotNumbers?
optional parkSlotNumbers?: number[];
Defined in: sdk/server/src/index.ts:2086
The specific slots to read. Each named slot comes back, free ones included, so the response covers the full set you asked for rather than only the occupied slots.
parkSlots?
optional parkSlots?: boolean;
Defined in: sdk/server/src/index.ts:2080
Set true to include every call currently parked in the account. Park slots are not a configured inventory, so with this alone the response carries only the occupied slots and anything absent is free.
Ignored when parkSlotNumbers is given: naming slots is the more specific
request, and the two cannot be combined.
users?
optional users?: string[];
Defined in: sdk/server/src/index.ts:2071
The bounded set of users to read presence for. Capped per request.