ドキュメント

サポート

Vivox Core SDK

Vivox Core SDK

Implementation requirements

Review implementation requirements and checklist.
読み終わるまでの所要時間 1 分最終更新 2ヶ月前

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.
      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 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.
      These header files are identical for all platforms; if you are targeting multiple platforms, add only the header files from one distribution into your source code control system.
    • One or more sample applications that demonstrate how to use the Vivox SDK.