Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_req_account_safe_voice_update_consent

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

Update the player consent status in the Safe Voice service for consent tracking.
#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.
boolconsent_status
Whether or not the player is consenting to Safe Voice recordings.

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.

variable consent_status

bool consent_status;
Whether or not the player is consenting to Safe Voice recordings.