Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_req_account_safe_voice_get_consent

Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 12 days ago

Pass a Unity Authentication token to be validated by the Mint service for channel joins.
#include <VxcRequests.h>

Public Attributes

Name

vx_req_base_tbase
The common properties for all requests.
VX_HANDLEaccount_handle
The handle returned from a successful vx_req_account_anonymous_login request.
char *unity_environment_id
The Unity dashboard Environment Id.
char *unity_authentication_token
The Unity authentication token.
char *unity_project_id
The Unity dashboard Project Id.
char *player_id
The Unity playerId to update the consent of.

Public Attributes Documentation

variable base

vx_req_base_t base;
The common properties for all requests.

variable account_handle

VX_HANDLE account_handle;
The handle returned from a successful vx_req_account_anonymous_login request.

variable unity_environment_id

char * unity_environment_id;
The Unity dashboard Environment Id.

variable unity_authentication_token

char * unity_authentication_token;
The Unity authentication token.

variable unity_project_id

char * unity_project_id;
The Unity dashboard Project Id.

variable player_id

char * player_id;
The Unity playerId to update the consent of.