Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_evt_presence_updated

Learn about buddy presence change notifications.
Read time 1 minuteLast updated 20 hours ago

Raised when presence status of the signed in user changes.
#include <VxcEvents.h>

Public Attributes

Name

vx_evt_base_tbase
The common properties for all events.
vx_presence_statepresence
The new online presence state of the user represented by sender_uri.
char *sender_uri
The URI of the user who's presence has changed.

Public Attributes Documentation

variable base

vx_evt_base_t base;
The common properties for all events.

variable presence

vx_presence_state presence;
The new online presence state of the user represented by sender_uri.

variable sender_uri

char * sender_uri;
The URI of the user who's presence has changed.