Documentation

​
​

Development

User Acquisition

Monetization

Industry

Vivox Core SDK

Vivox Core SDK

Vivox
​
​
Vivox Core SDK
  • Overview
  • Before you begin
  • Get started
  • Release notes
  • Developer Guide
  • Reference
  • Privacy overview
  1. Vivox Core SDK documentation

vx_req_account_safe_voice_get_consent

Reference the Vivox Core SDK API.
Read time 1 minute
Last updated 8 months 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.

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.

  • On this page
    • Public Attributes

    • Public Attributes Documentation

      • variable base

      • variable account_handle

      • variable unity_environment_id

      • variable unity_authentication_token

      • variable unity_project_id

      • variable player_id


Report a problem with this page