Implement Vivox Unreal
Follow this workflow to implement the Vivox Unreal SDK your project.
읽는 시간 1분최근 업데이트: 7달 전
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.
-
-
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
These distributions come in the form of platform-specific archives (.zip or .tgz). Unzip the archive to a convenient location in your game source code working copy.
After you familiarize yourself with the items in this list, decide if you want to make the Vivox Core Unreal plug-in available to a specific project or to all of your Unreal projects.