Implementation requirements
Review implementation requirements and checklist.
Read time 1 minuteLast updated 4 months ago
To implement the Vivox SDK, you need the following items, which you can find in the Unity Dashboard:
-
The URL for your Vivox API endpoint.
-
The host for your Vivox domain.
-
Your Vivox access token issuer and key pair.
-
Use these items to sign Vivox access tokens on your server and to distribute those tokens to your game clients.
-
For more information, refer to the Access Token Developer Guide.
-
-
A Vivox SDK distribution for each of the platforms that will be supported by your game.Each distribution contains the following files:
-
One or more libraries that are linked with your game client.
-
C/C++ header files that are included in your sources.
-
One or more sample applications that demonstrate how to use the Vivox SDK.
-