@dialstack/sdk-dev / server/src / UserPresence
Interface: UserPresence
Defined in: sdk/server/src/index.ts:2664
Extended by
Properties
do_not_disturb
do_not_disturb: boolean;
Defined in: sdk/server/src/index.ts:2683
Whether server-side do-not-disturb is enabled. A separate axis from
state: a user can be available but decline calls because
do_not_disturb is on. Always emitted on responses.
notifiable
notifiable: boolean;
Defined in: sdk/server/src/index.ts:2677
Reachable by waking a backgrounded or parked device when not currently
registered. A separate axis from state: a user can be offline but
notifiable.
object
object: "user_presence";
Defined in: sdk/server/src/index.ts:2670
The resource this is. Always 'user_presence'. Present on the singleton
read as well as on every element of a presence list, which is what tells
user presence apart from the other presentity types a list can carry.
state
state: PresenceState;
Defined in: sdk/server/src/index.ts:2671
webrtc
webrtc: WebRTCReachability;
Defined in: sdk/server/src/index.ts:2685
WebRTC-specific reachability, separate from the endpoint-agnostic state.