Class: Presence

Wildix.Models.Presence()

new Presence()

Represents a presence of a User.
Used in user model and can be received from Wildix.Models.User.
Properties:
Name Type Description
type string Type status
  • available
  • unavailable
show string Main status
  • available
  • dnd
  • away
  • mur
status string Status message.
deviceShow string Device state
  • ringing
  • talking
  • rt
  • registered
until string Expire date - a date when this presence are valid.
Example
user.get('presence').get(property)

Extends