Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_evt_sessiongroup_added

Reference the Vivox Core SDK API.
Read time 1 minuteLast updated a day ago

Sent when a session group is added.
#include <VxcEvents.h>

Public Attributes

Name

vx_evt_base_tbase
The common properties for all events.
VX_HANDLEsessiongroup_handle
Returned from a successful session group create request.
VX_HANDLEaccount_handle
Returned from a successful session group login request.
vx_sessiongroup_typetype
The session group type.
char *alias_username
The identity that is presented on all subsequent communications from this session group to a remote user.

Public Attributes Documentation

variable base

vx_evt_base_t base;
The common properties for all events.

variable sessiongroup_handle

VX_HANDLE sessiongroup_handle;
Returned from a successful session group create request.

variable account_handle

VX_HANDLE account_handle;
Returned from a successful session group login request.

variable type

vx_sessiongroup_type type;
The session group type.

variable alias_username

char * alias_username;
The identity that is presented on all subsequent communications from this session group to a remote user.