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_t | base The common properties for all requests. |
| VX_HANDLE | account_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
The common properties for all requests.vx_req_base_t base;
variable account_handle
The handle returned from a successful vx_req_account_anonymous_login request.VX_HANDLE account_handle;
variable unity_environment_id
The Unity dashboard Environment Id.char * unity_environment_id;
variable unity_authentication_token
The Unity authentication token.char * unity_authentication_token;
variable unity_project_id
The Unity dashboard Project Id.char * unity_project_id;
variable player_id
The Unity playerId to update the consent of.char * player_id;