Skip to main content

Get Presence Settings

GET 

/presence/v1/settings

Settings which help tell the client how it should interact with this service.

Responses

Successful Response

Schema

    self_ping_interval_seconds Self Ping Interval Seconds (integer)

    Default value: 30

    How frequently the client should tell this service that it's online.

    last_seen_age_considered_offline_seconds Last Seen Age Considered Offline Seconds (integer)

    Default value: 60

    If a client hasn't said that it's online within this time period, it will be treated as offline when others query its presence.

Loading...