文档

支持

Vivox Core SDK

Vivox Core SDK

Implementation requirements

Review implementation requirements and checklist.
阅读时间1 分钟最后更新于 12 天前

To implement the Vivox 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.
    • 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.