Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_state_account

Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours ago

State account. More...
#include <Vxc.h>

Public Attributes

Detailed Description

struct vx_state_account;
State account. Only used for state dump.

Public Attributes Documentation

variable account_handle

char * account_handle;

variable account_uri

char * account_uri;

variable display_name

char * display_name;

variable is_anonymous_login

int is_anonymous_login;

variable state_sessiongroups_count

int state_sessiongroups_count;

variable state

vx_login_state_change_state state;

variable state_sessiongroups

vx_state_sessiongroup_t ** state_sessiongroups;

variable state_buddy_count

int state_buddy_count;

variable state_buddy_group_count

int state_buddy_group_count;

variable state_buddies

vx_state_buddy_t ** state_buddies;

variable state_buddy_groups

vx_state_buddy_group_t ** state_buddy_groups;