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_t | version Struct version. |
| char * | participant_uri The URI of the participant whose properties are being updated. |
| char * | data The data that is received. |
| size_t | data_size The amount of data received. |
Public Attributes Documentation
variable version
Struct version. Must be sizeof(vx_vxd_t);size_t version;
variable participant_uri
The URI of the participant whose properties are being updated.char * participant_uri;
variable data
The data that is received.char * data;
variable data_size
The amount of data received.size_t data_size;