Important: This is documentation for the legacy version of the Vivox Unity SDK. This documentation will be removed after July 2025. Refer to the v16 documentation for the new version of the SDK.
Implement Vivox Unity
To implement the Vivox Unity SDK, you need the following items, which you can find in the Unity Cloud Dashboard:
The URL for your Vivox API endpoint.
The host for your Vivox domain.
Your Vivox access token issuer and key pair.
You use this information to sign Vivox access tokens on your server and distribute those tokens to your game clients.
Note: You can initially sign access tokens with your game client, but this is not a recommended production practice.
For more information, refer to the Access Token Developer Guide.
A Vivox Unity package for each of the platforms that will be supported by your game.
- Each package contains sample code which demonstrates how to generate access tokens in one or more languages.
- Packages are available in the Unity Cloud Dashboard.
After you familiarize yourself with the items in this list, install Vivox Unity.