Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_vxd

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

Module: Group Voice and Text Communications The Vivox eXtended Data (VXD) that is received.
#include <Vxc.h>

Public Attributes

Name

size_tversion
Struct version.
char *participant_uri
The URI of the participant whose properties are being updated.
char *data
The data that is received.
size_tdata_size
The amount of data received.

Public Attributes Documentation

variable version

size_t version;
Struct version. Must be sizeof(vx_vxd_t);

variable participant_uri

char * participant_uri;
The URI of the participant whose properties are being updated.

variable data

char * data;
The data that is received.

variable data_size

size_t data_size;
The amount of data received.