文档

​
​

Development

User Acquisition

Monetization

工业

Vivox Core SDK

Vivox Core SDK

此页面不支持所选语言。
Vivox
​
​
Vivox Core SDK
  • Overview
  • Before you begin
  • Get started
  • Release notes
  • Developer Guide
  • Reference
  • Privacy overview
  1. Vivox Core SDK documentation

Initial implementation check list

Review implementation requirements and checklist.
阅读时间1 分钟
最后更新于 8 个月前

The following list details a condensed version of the tasks that are required for completing a basic Vivox voice integration. For a more in-depth explanation follow the Integration guide.
  1. Add Vivox DLLs and header files to the client build process.
  2. Select a client code path for logging the user in to the Vivox network (for example, a character sign-in, a lobby, or a match). See Planning and organization for more details on in-game flows.
  3. Use anonymous logins and the echo channel (
    sip:confctl-2@\<your vivox domain>
    ) until basic integration testing is complete.
  4. Add console commands to perform the following actions:
    • Set the render device volume
    • Set the microphone volume
    • Mute and unmute the microphone
    • Set a push-to-talk (PTT) key
    • Set the Vivox log level for debugging purposes
    • Optional: Dynamically join a channel when a SIP URI is provided as a parameter
  5. Switch to enforced access-token-authenticated logins after basic settings have been tested and are verified to be working.
  6. If you are using 3D channels, send positional updates for the channel by using the Vivox APIs as necessary (not for every frame).
  7. Create a code handler for the
    vx_evt_account_login_state_change
    event.
  8. Create a code handler for the
    vx_evt_media_stream_updated
    event, check
    status_code
    and
    status_string
    .
    This handles a disconnected state, such as a voice server dropping an end user.
  9. Create a code handler for the
    vx_evt_participant_updated
    event for speaking indicators.
  10. Update the existing event handlers to update UI elements to reflect the correct state and expose the User settings you created.

Copyright © 2026 Unity Technologies
法律信息隐私政策CookiesDocumentation Terms of Use请勿出售或分享我的个人信息您的隐私选择(Cookie 设置)

“Unity”、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属公司在美国和其他地方的商标或注册商标(此处查看更多信息)。其他名称或品牌是其各自所有者的商标。

为方便起见,一些页面是机器翻译的,可能包含不准确的内容。如有信息不一致的情况,以英文版本为准。


    报告此页面的问题