Skip to main content

@wildix/wda-stream-client > Presence

Presence interface

Signature:

export interface Presence 

Properties

Property

Modifiers

Type

Description

address?

string

(Optional) The user's geographic address (example: 1 Kynner Way, Binley, Coventry, CV3 2TU, England).

company?

string

(Optional) The unique identifier of the organization user belongs to (example: it_w119845).

extension?

string

(Optional) The user extension (example: 2001)

id?

string

(Optional) The unique identifier of the user (example: F2P9tcKrYI9p).

lat?

string

(Optional) Latitude is the unit that represent the coordinates at geographic coordinate system(example: 23.2954).

lng?

string

(Optional) Longitude is the unit that represent the coordinates at geographic coordinate system (example: 35.5753).

message?

string

(Optional) User status custom message (example: on vacation).

seen?

string

(Optional) The string shows the time the user was last seen. (example: 2024-08-08T17:16:00Z).

status?

PresenceStatus

(Optional) User status (example: AWAY)

telephony?

TelephonyStatus

(Optional) User telephony status (example: TALKING)

until?

string

(Optional) If it is defined, user status switches back to Available after the time (example: 2024-08-08T17:16:00Z).