Implement Vivox Unity

To implement the Vivox Unity SDK, you need the following items, which you can find in the Unity Developer Portal:

  • 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, see the Access Token Developer Guide.

  • A VivoxUnity package for each of the platforms that will be supported by your game.

    • Each package contains sample code that demonstrates how to generate access tokens in one or more languages

After you familiarize yourself with the items in this list, install Vivox Unity.