Get Presence Settings
GET/presence/v1/settings
Settings which help tell the client how it should interact with this service.
Responses
- 200
Successful Response
- application/json
- Schema
- Example (from schema)
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.
{
"self_ping_interval_seconds": 30,
"last_seen_age_considered_offline_seconds": 60
}
Loading...