Implement Vivox Unreal
Follow this workflow to implement the Vivox Unreal SDK your project.
Read time 1 minuteLast updated 13 days ago
To implement the Vivox Unreal SDK, you need the following items, which you can find on the Unity Dashboard:
- The URL for your Vivox API endpoint
- The host for your Vivox domain
-
Your Vivox access token issuer and key pair.
-
You use these to sign Vivox access tokens on your server and distribute those tokens to your game clients.
- For more information, refer to the Access Token Developer Guide.
-
You use these to sign Vivox access tokens on your server and distribute those tokens to your game clients.
-
A Vivox Unreal SDK distribution for each of the platforms that will be supported by your game.
Each distribution contains the following resources:
- A directory, which contains the VivoxCore module and the
VivoxCoreheader file to include in your sources.VivoxCore.h - One or more sample applications that demonstrate how to use the Vivox Unreal SDK.
- A